Added Jenkinsfile
This commit is contained in:
parent
e80ffbd4dc
commit
bf1c2b71c2
|
@ -23,6 +23,8 @@ pipeline {
|
|||
sh '''BRANCH=stable_18.2.x
|
||||
CH_PATH=$WORKSPACE/ChibiOS
|
||||
|
||||
arm-none-eabi-gcc -v
|
||||
|
||||
rm -rf $CH_PATH
|
||||
git clone -b $BRANCH --single-branch https://github.com/ChibiOS/ChibiOS.git $CH_PATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue