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 127176d commit 3ff7b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -42,6 +42,10 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-7']
env: SCRIPT=test _CC=gcc-7 _CXX=g++-7
- addons:
apt:
packages: ['g++-arm-linux-gnueabihf']
env: SCRIPT=build _CC=gcc-arm-linux-gnueabihf _CXX=g++-arm-linux-gnueabihf
- env: SCRIPT=test _CC=clang _CXX=clang++
- addons:
apt:
Expand Down

0 comments on commit 3ff7b56

Please sign in to comment.