Skip to content

Commit

Permalink
Reduce testing on internal CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Sep 28, 2023
1 parent f1bc99f commit 1beb49f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ pipeline {

stage("Compile") {
steps {
sh "conan create ${BUILD_MISSING} -pr debug -o ${PROJECT}:sanitize=True -o ${PROJECT}:testing=full . ${PROJECT}/${TAG} ; \
conan create ${BUILD_MISSING} -pr debug -o ${PROJECT}:testing=full . ${PROJECT}/${TAG} ; \
conan create ${BUILD_MISSING} -pr test -o sisl:malloc_impl=tcmalloc -o ${PROJECT}:testing=full . ${PROJECT}/${TAG} ; \
conan create ${BUILD_MISSING} -pr test -o sisl:prerelease=True -o sisl:malloc_impl=tcmalloc -o ${PROJECT}:testing=full . ${PROJECT}/${TAG} ; \
sh "conan create ${BUILD_MISSING} -pr debug -o ${PROJECT}:sanitize=True . ${PROJECT}/${TAG} ; \
conan create ${BUILD_MISSING} -pr debug . ${PROJECT}/${TAG} ; \
conan create ${BUILD_MISSING} -pr test -o sisl:malloc_impl=tcmalloc . ${PROJECT}/${TAG} ; \
conan create ${BUILD_MISSING} -pr test -o sisl:prerelease=True -o sisl:malloc_impl=tcmalloc . ${PROJECT}/${TAG} ; \
"
}
}
Expand Down

0 comments on commit 1beb49f

Please sign in to comment.