Commit Graph

5 Commits

Author SHA1 Message Date
Etienne Champetier 85bf0d11f4 build,travis: do not modify .travis.yml
restarting a build doesn't update .travis.yml but does update .travis_do.sh ...

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 16:32:55 -07:00
Etienne Champetier e6013407a8 build,travis: fetch commits until we find merge-base
if the merge-base is not in the initial clone,
git diff / git rev-list will return funky results

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 12:01:09 -07:00
Etienne Champetier 78712dfca8 build,travis: test commits format
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-07-24 11:04:30 -07:00
Alexandru Ardelean 00481d1515 build,travis: limit git depth to 1 level
It's just a minor optimization of the build.
No need to clone up to 50 revisions back (travis default)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-19 09:42:34 +03:00
Alexander Couzens ec1d697b1f
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>
2017-06-12 18:57:46 +02:00