Output GCC version

This commit is contained in:
Lorenz Meier 2014-12-20 19:31:13 +01:00
parent 90ff0f24bc
commit e9f139234d
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ before_script:
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential
- sudo apt-get install libtool zlib1g-dev genromfs git wget
# Output GCC version
arm-none-eabi-gcc --version
# Clone only as much as we need
git:
depth: 500