bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Angelo Di Chello
2018-09-27 01:20:57 +00:00
parent 09e269b960
commit 923e6f5768

View File

@@ -7,10 +7,11 @@ pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- if [ ! -e $GCC_DIR/bin/arm-none-eabi-g++ ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi.-.'<27>-.-.'<27>-.-.'<27>-.-.'<27>.-.'<27>.-.'.-.'.-..-..-.-..
- apt-get install -y -q libc6-dev
- cd firmware
- export PATH=$GCC_DIR/bin:$PATH
- echo $PATH-
- echo $PATH
- git submodule init
- git submodule update
- make bin