diff --git a/Jenkinsfile b/Jenkinsfile index a32f85e..a4c1276 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { echo 'Configuring Cmake...' mdkir build cd build - ls + cmake ../stm-firmware } } stage('Build') {