forked from Archive/PX4-Autopilot
Output GCC version
This commit is contained in:
parent
90ff0f24bc
commit
e9f139234d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue