New pipeline config file after offline testing

This commit is contained in:
adichell
2018-10-08 20:36:54 +02:00
parent 813e84c52c
commit afe8e8a3c8

View File

@@ -7,7 +7,7 @@ pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- export GCC_ARCHIVE=$HOME/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2
- export GCC_ARCHIVE=$HOME/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2
- export GCC_DIR=$HOME/gcc-arm-none-eabi-6-2017-q1-update
- export GCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/6q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2?product=GNU%20ARM%20E%20Toolchain,64-bit,,Linux,6-2017-q1-update
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-g++ ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi