aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* travis: improve build configJosef Schlehofer2020-06-19
| | | | | | | | Build config validation showed up 1 warning, 1 info - deprecated sudo - missing os Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* travis: Use Ubuntu 20.04 LTS - Focal FossaJosef Schlehofer2020-06-19
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* travis: Use Ubuntu (Bionic Beaver) 18.04 LTSJosef Schlehofer2019-10-23
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* travis: don't need git cloning progressPhilip Prindeville2018-07-03
| | | | | | | | 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>
* build,travis: do not modify .travis.ymlEtienne Champetier2017-07-24
| | | | | | restarting a build doesn't update .travis.yml but does update .travis_do.sh ... Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* build,travis: fetch commits until we find merge-baseEtienne Champetier2017-07-24
| | | | | | | 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>
* build,travis: test commits formatEtienne Champetier2017-07-24
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* build,travis: limit git depth to 1 levelAlexandru Ardelean2017-07-19
| | | | | | | 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>
* add .travis.yml to run `make download check` on every packageAlexander Couzens2017-06-12
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>