Added Jenkinsfile

This commit is contained in:
Fabien Poussin 2019-03-06 23:39:14 +01:00
parent ca01b12167
commit c5e0d2788e
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -26,7 +26,8 @@ cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib/
mv -v /tmp/contrib $WORKSPACE/'''
sh '''git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git $WORKSPACE/ChibiOS-RT
bash $WORKSPACE/contrib/tools/chbuild.sh $WORKSPACE/contrib/testhal/STM32/'''
cd $WORKSPACE/contrib
bash ./tools/chbuild.sh ./testhal/STM32/'''
}
}
}