jenkinsfile test

This commit is contained in:
Mario Hüttel 2021-10-10 22:56:00 +02:00
parent 86446e1b22
commit e595e398d4

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
echo 'Configuring Cmake...'
mdkir build
cd build
cmake ../stm-firmware
cmake "../stm-firmware"
}
}
stage('Build') {