aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* test: Update .travis.yml to list apt packages one per lineKevin O'Connor2018-08-171-2/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Build pru gcc in travis-ci scripts and then cache it for later useKevin O'Connor2018-06-281-5/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Collect travis build files travis build specific directoriesKevin O'Connor2018-06-281-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Try to cache gcc arm download during travis-ci buildsKevin O'Connor2018-06-181-0/+4
| | | | | | | The gcc arm download sometimes fails - try to cache it within the travis-ci system to prevent that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Update travis build to include a basic klippy host testKevin O'Connor2018-02-261-10/+3
| | | | | | | | | | | | | | | | | Move the travis installation steps from the travis-build.sh script to a new script (scripts/travis-install.sh). Move the travis-build.sh script to the scripts/ directory as well. The data dictionaries built in the compile tests are useful during host software testing, so run all the compile tests sequentially in a single VM and save the data dictionaries after each build. Also, build all the config files found in the test/configs/ directory. Create the python virtualenv environment during the install phase and invoke the klippy.py host software in the build phase to perform a basic host software sanity check. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add travis CISebastian Meyer2018-02-251-0/+20
Signed-off-by: Sebastian Meyer <ich@sebmeyer.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>