Fix bug in jenkinsfile
This commit is contained in:
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"
|
||||||
'''
|
'''
|
||||||
|
Reference in New Issue
Block a user