mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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 <lynxis@fe80.eu>
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
language: c
|
||||
dist: trusty
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/sdk
|
||||
|
||||
before_script:
|
||||
- ./.travis_do.sh download_sdk
|
||||
|
||||
script:
|
||||
- ./.travis_do.sh test_packages
|
||||
Reference in New Issue
Block a user