aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-03-07 10:36:24 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-03-07 10:36:24 +0100
commit6509e836ebddfde3652586481b245834ea4d2a87 (patch)
tree2f22e6398ea6258b0516b27b4fd6a53a12a00c90 /Jenkinsfile
parent15d14a502fdc74585c10cccfb4cbf29e5f3fd0f3 (diff)
downloadChibiOS-Contrib-6509e836ebddfde3652586481b245834ea4d2a87.tar.gz
ChibiOS-Contrib-6509e836ebddfde3652586481b245834ea4d2a87.tar.bz2
ChibiOS-Contrib-6509e836ebddfde3652586481b245834ea4d2a87.zip
Added Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ffb1c7d..fd3da41 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,9 +20,9 @@ pipeline {
}
steps {
- sh '''git -C $WORKSPACE/ChibiOS pull || git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git
-
-CH_PATH=$WORKSPACE/ChibiOS ./tools/chbuild.sh ./testhal/STM32/'''
+ sh 'git -C $WORKSPACE/ChibiOS pull || git clone -b stable_19.1.x --single-branch https://github.com/ChibiOS/ChibiOS.git'
+ sh 'CH_PATH=$WORKSPACE/ChibiOS CHC_PATH=$WORKSPACE ./tools/chbuild.sh ./testhal/STM32/'
+ sh 'CH_PATH=$WORKSPACE/ChibiOS CHC_PATH=$WORKSPACE ./tools/chbuild.sh ./demos/STM32/'
}
}
}