travis: also install arm-linux-gnueabi-gcc

This commit is contained in:
Felix Ruess
2017-11-10 00:29:46 +01:00
committed by GitHub
parent a797fcbf33
commit 4463dc997f
+1 -1
View File
@@ -9,7 +9,7 @@ before_install:
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
- sudo apt-get update -q
install:
- sudo apt-get install -y --force-yes paparazzi-dev paparazzi-jsbsim gcc-arm-embedded libipc-run-perl cmake
- sudo apt-get install -y --force-yes paparazzi-dev paparazzi-jsbsim gcc-arm-embedded arm-linux-gnueabi-gcc libipc-run-perl cmake
script:
- arm-none-eabi-gcc --version
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then make test_all_confs; else make test; fi; fi