Fix bug in jenkinsfile
This commit is contained in:
parent
a2bcd37800
commit
4e6e5db2c3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Configuring Cmake...'
|
echo 'Configuring Cmake...'
|
||||||
sh '''
|
sh '''
|
||||||
mdkir "build" &&
|
mkdir "build" &&
|
||||||
cd "build" &&
|
cd "build" &&
|
||||||
cmake "../stm-firmware"
|
cmake "../stm-firmware"
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user