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') {
|
stage('Configure') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Configuring Cmake...'
|
echo 'Configuring Cmake...'
|
||||||
mdkir "build"
|
sh '''
|
||||||
cd "build"
|
mdkir "build" &&
|
||||||
cmake "../stm-firmware"
|
cd "build" &&
|
||||||
|
cmake "../stm-firmware"
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user