Browse Source

Merge pull request #75 from lluiscampos/MEN-2282-add-mendertesting

MEN-2282: Add mendertesting commit and license checks
1.1.x
lluiscampos 6 years ago
committed by GitHub
parent
commit
9899f12cf5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore
  2. 12
      .travis.yml
  3. 2
      LICENSE
  4. 2
      LIC_FILES_CHKSUM.sha256
  5. 2
      README.md

1
.gitignore

@ -1,3 +1,4 @@
input/ input/
output/ output/
device-image-shell/output device-image-shell/output
mendertesting/

12
.travis.yml

@ -0,0 +1,12 @@
language: minimal
dist: trusty
before_script:
- git clone git://github.com/mendersoftware/mendertesting
script:
# Check commit compliance.
- mendertesting/check_commits.sh
# Check licenses
- mendertesting/check_license.sh

2
LICENSE

@ -1,4 +1,4 @@
Copyright 2018 Northern.tech AS Copyright 2019 Northern.tech AS
All content in this project is licensed under the Apache License v2, unless All content in this project is licensed under the Apache License v2, unless
indicated otherwise. indicated otherwise.

2
LIC_FILES_CHKSUM.sha256

@ -0,0 +1,2 @@
beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 LICENSE
beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 mendertesting/LICENSE

2
README.md

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/mendersoftware/mender-convert.svg?branch=master)](https://travis-ci.com/mendersoftware/mender-convert)
mender-convert mender-convert
============== ==============

Loading…
Cancel
Save