Added Jenkinsfile

This commit is contained in:
Fabien Poussin 2019-03-06 23:47:55 +01:00
parent ddebfb2360
commit df73c38d30
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib_$EXECUTOR_NUMBER
cp -r /tmp/contrib_$EXECUTOR_NUMBER $WORKSPACE/'''
sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT
sh '''git -C $WORKSPACE/ChibiOS-RT pull || git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT
cd $WORKSPACE/contrib
bash ./tools/chbuild.sh ./testhal/STM32/'''
}