Skip to content

Commit b1859c6

Browse files
authored
check if installing cmake is still necessary
1 parent ef20ea1 commit b1859c6

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 -y && make clean && rm -rf build && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
15+
sh 'whoami && make clean && rm -rf build && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)