Skip to content

Commit

Permalink
Travis: Add g++-arm-linux-gnueabihf
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Feb 28, 2019
1 parent 8a1ee3a commit 504d2dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -50,6 +50,11 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-7']
env: SCRIPT=test CC=gcc-7 CXX=g++-7
- compiler: gcc
addons:
apt:
packages: ['g++-arm-linux-gnueabihf']
env: SCRIPT=build CC=gcc-arm-linux-gnueabihf CXX=g++-arm-linux-gnueabihf
- compiler: clang
env: SCRIPT=test
- compiler: clang
Expand Down

0 comments on commit 504d2dd

Please sign in to comment.