Skip to content

Commit a4031ba

Browse files
authored
Update Jenkinsfile
1 parent 4d02a72 commit a4031ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
}
1313
stage('CMakeBuild') {
1414
steps {
15-
sh 'sudo apt update && sudo apt install cmake && make clean && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
15+
sh 'sudo apt update && sudo apt install cmake -y && make clean && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)