New pipeline config file after offline testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user