bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user