aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/travis-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-301-46/+0
| | | | | | | Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Build with normal Ubuntu arm-eabi compilerKevin O'Connor2020-10-301-22/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* github: Run continuous integration tests using "github actions"Kevin O'Connor2020-10-301-1/+3
| | | | | | | Use "github actions" instead of "travis ci" for the automatic build regression tests. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* travis-install: Minor change to virtualenv command-line argumentsKevin O'Connor2020-09-031-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* install-octopi: Use "virtualenv -p python2" to ensure python2 is selectedKevin O'Connor2020-09-031-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Minor improvement to feedback from travis-install.shKevin O'Connor2019-07-101-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add a new klippy-requirements.txt file for virtualenv installsKevin O'Connor2019-04-011-1/+1
| | | | | | | | Place all of the host software python requirements into a config file. This makes it easier to update the python requirements without having to update several installation scripts. 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-4/+26
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Collect travis build files travis build specific directoriesKevin O'Connor2018-06-281-6/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Try to cache gcc arm download during travis-ci buildsKevin O'Connor2018-06-181-2/+10
| | | | | | | 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-0/+33
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>