diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:49:01 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-06 23:49:01 +0100 |
commit | 34701463fcc4d7a0a5a226f9a464de8077cf8744 (patch) | |
tree | 296825ba4d1b9be4899e89b8f15f2caf5fd7f489 /Jenkinsfile | |
parent | df73c38d3036de04e7bd3867f2b068e8c7ee3569 (diff) | |
download | ChibiOS-Contrib-34701463fcc4d7a0a5a226f9a464de8077cf8744.tar.gz ChibiOS-Contrib-34701463fcc4d7a0a5a226f9a464de8077cf8744.tar.bz2 ChibiOS-Contrib-34701463fcc4d7a0a5a226f9a464de8077cf8744.zip |
Added Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a239f6f..1368b36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ cp -r $WORKSPACE/* $WORKSPACE/.git /tmp/contrib_$EXECUTOR_NUMBER cp -r /tmp/contrib_$EXECUTOR_NUMBER $WORKSPACE/''' 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 +cd $WORKSPACE/contrib_$EXECUTOR_NUMBER bash ./tools/chbuild.sh ./testhal/STM32/''' } } |