We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8ada0 commit cd660a7Copy full SHA for cd660a7
1 file changed
ci/Jenkinsfile
@@ -28,6 +28,7 @@ pipeline {
28
LC_ALL = "C"
29
}
30
steps {
31
+ sh 'sleep 10000'
32
sh 'git submodule update --init --recursive'
33
sh 'cmake -B build . -DCMAKE_BUILD_TYPE=Release'
34
sh 'cd build && make -j4'
0 commit comments