This commit is contained in:
yparitcher 2019-01-18 09:21:43 -05:00
parent eba9ce8475
commit 2615fd39ac
No known key found for this signature in database
GPG Key ID: FC78BE8055D48472

View File

@ -9,8 +9,8 @@ addons:
- gcc-7 - gcc-7
- cppcheck - cppcheck
before_install: before_install:
- sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa - sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update -q - sudo apt-get update -q
- sudo apt-get install -y gcc-arm-embedded - sudo apt-get install -y gcc-arm-embedded
script: script:
- export CC=gcc-7 - export CC=gcc-7