Commit Graph

9 Commits

Author SHA1 Message Date
Josef Schlehofer 651b9f9bf1
travis: improve build config
Build config validation showed up 1 warning, 1 info
- deprecated sudo
- missing os

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-19 21:16:52 +02:00
Josef Schlehofer 995822b5f7
travis: Use Ubuntu 20.04 LTS - Focal Fossa
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-19 21:16:41 +02:00
Josef Schlehofer f2c7a00ef4 travis: Use Ubuntu (Bionic Beaver) 18.04 LTS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-23 15:30:35 +02:00
Philip Prindeville fc3beffeff travis: don't need git cloning progress
Since Travis runs as a batch job and logs are typically looked at
after-the-fact (if at all), there's not any point to seeing progress
when cloning git repos.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-07-03 10:31:44 +08:00
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