add .travis.yml to run `make download check` on every package
authorAlexander Couzens <redacted>
Sun, 11 Jun 2017 17:35:47 +0000 (19:35 +0200)
committerAlexander Couzens <redacted>
Mon, 12 Jun 2017 16:57:46 +0000 (18:57 +0200)
commitec1d697b1fec71c219652776b6432f75d9db062c
tree2920c2a7b21839fd27bd132d5b8ee7dab61b4e08
parentafeb8d0caae9ebd9cde13799bc7326a2f918cc60
add .travis.yml to run `make download check` on every package

Travis will run the following steps for every new or modified package:

- mkdir tempdir
- unpack SDK
- make download
- make check

make download will download the source code.
make check will do certain checks. Atm only checking the validity of
PKG_HASH.

Signed-off-by: Alexander Couzens <redacted>
.travis.yml [new file with mode: 0644]
.travis_do.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT