mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-22 22:23:49 +08:00
Edited Jenkinsfile for CMake CI compile, untested
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ pipeline {
|
||||
|
||||
}
|
||||
steps {
|
||||
sh 'mkdir build && cd build && qmake .. && make '
|
||||
sh 'mkdir build && cd build && cmake .. && make -j'
|
||||
archiveArtifacts(artifacts: 'build/src/spark-store', allowEmptyArchive: true, defaultExcludes: true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user