Skip to content

Commit

Permalink
travis: verbose GNU Toolchain versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 5, 2016
1 parent ce7f0d7 commit 18132eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-arm-embedded

before_script: arm-none-eabi-gcc --version

script:
- cp -f board/$BOARD/defconfig .config
- make build/host/Config.in
- make --no-print-directory -C external/kconfig -f Makefile.f9 conf obj=`pwd`/build/host CC=gcc HOSTCC=gcc
- build/host/conf --silentoldconfig build/host/Config.in
- make
- arm-none-eabi-size build/$BOARD/f9.elf

cache:
- apt
- ccache

0 comments on commit 18132eb

Please sign in to comment.