Skip to content

Commit

Permalink
travis: update gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
lieff committed Dec 24, 2019
1 parent 191589e commit f131059
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ language: c
addons:
apt:
packages:
- build-essential
- libc6-dev-i386
- linux-libc-dev:i386
- gcc-arm-none-eabi
- gcc-arm-linux-gnueabihf
- libnewlib-arm-none-eabi
- gcc-4.8-multilib
- gcc-4.8-aarch64-linux-gnu
- gcc-4.8-powerpc-linux-gnu
- clang
- gcc-5-multilib
- gcc-arm-linux-gnueabihf
- gcc-aarch64-linux-gnu
- gcc-powerpc-linux-gnu
- gcc-5-arm-linux-gnueabihf
- gcc-5-aarch64-linux-gnu
- gcc-5-powerpc-linux-gnu
- libc6-armhf-cross
- libc6-arm64-cross
- libc6-powerpc-cross
Expand Down

0 comments on commit f131059

Please sign in to comment.