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