File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ pipeline {
5959
6060 stage(" Compile" ) {
6161 steps {
62- sh " conan create ${ BUILD_MISSING} -s:h build_type=Debug -o ${ PROJECT} /*:sanitize=True ${ CONAN_FLAGS} . ; \
63- conan create ${ BUILD_MISSING} -s:h build_type=Debug ${ CONAN_FLAGS} . ; \
64- conan create ${ BUILD_MISSING} -s:h build_type=RelWithDebInfo -o sisl/*:malloc_impl=tcmalloc ${ CONAN_FLAGS} . ; \
62+ sh " conan build -s:h compiler.cppstd=23 ${ BUILD_MISSING} -s:h build_type=Debug -o ${ PROJECT} /*:sanitize=True ${ CONAN_FLAGS} . ; \
63+ conan create -s:h compiler.cppstd=23 ${ BUILD_MISSING} -s:h build_type=Debug ${ CONAN_FLAGS} . ; \
64+ conan create -s:h compiler.cppstd=23 ${ BUILD_MISSING} -s:h build_type=RelWithDebInfo -o sisl/*:malloc_impl=tcmalloc ${ CONAN_FLAGS} . ; \
6565 "
6666 }
6767 }
You can’t perform that action at this time.
0 commit comments