fixes Jenkins setup
This commit is contained in:
parent
1d8120b43b
commit
7bad0c3381
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -31,7 +31,7 @@ void checkout_project() {
|
|||||||
|
|
||||||
void setup_conan() {
|
void setup_conan() {
|
||||||
sh'''
|
sh'''
|
||||||
pip3 install "conan<2.0" pyucis
|
pip3 install --user "conan<2.0" pyucis
|
||||||
conan profile new default --detect --force
|
conan profile new default --detect --force
|
||||||
conan remote list | grep minres > /dev/null
|
conan remote list | grep minres > /dev/null
|
||||||
[ $? ] || conan remote add minres https://git.minres.com/api/packages/Tooling/conan
|
[ $? ] || conan remote add minres https://git.minres.com/api/packages/Tooling/conan
|
||||||
@ -43,7 +43,6 @@ void build_n_test_project() {
|
|||||||
cmake -S . -B build
|
cmake -S . -B build
|
||||||
cmake --build build -j12
|
cmake --build build -j12
|
||||||
cmake --build build --target test
|
cmake --build build --target test
|
||||||
cmake --build build --target format-check
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user