jenkinsfile test
This commit is contained in:
parent
86446e1b22
commit
e595e398d4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,7 +7,7 @@ pipeline {
|
|||||||
echo 'Configuring Cmake...'
|
echo 'Configuring Cmake...'
|
||||||
mdkir build
|
mdkir build
|
||||||
cd build
|
cd build
|
||||||
cmake ../stm-firmware
|
cmake "../stm-firmware"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user