Added Jenkinsfile

This commit is contained in:
Fabien Poussin 2019-03-07 12:36:45 +01:00
parent e80ffbd4dc
commit bf1c2b71c2
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -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