Edir configure step in jenkinsfile
This commit is contained in:
parent
ed936cf9f9
commit
a2bcd37800
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -5,9 +5,11 @@ pipeline {
|
||||
stage('Configure') {
|
||||
steps {
|
||||
echo 'Configuring Cmake...'
|
||||
mdkir "build"
|
||||
cd "build"
|
||||
cmake "../stm-firmware"
|
||||
sh '''
|
||||
mdkir "build" &&
|
||||
cd "build" &&
|
||||
cmake "../stm-firmware"
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user