mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-06-03 15:09:50 +08:00
Edited Jenkinsfile for CMake CI compile, untested
This commit is contained in:
parent
479d218651
commit
4cf2f46866
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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)
|
||||
}
|
||||
}
|
||||
@ -30,4 +30,4 @@ pipeline {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user