mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-10 07:35:58 +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 {
|
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)
|
archiveArtifacts(artifacts: 'build/src/spark-store', allowEmptyArchive: true, defaultExcludes: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -30,4 +30,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user