Skip to content

Commit

Permalink
[jenkins] Remove redundant '-DBuild_Deps=Always' from cmake configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Wentzell committed Jun 12, 2023
1 parent 17e0ef6 commit 9f9b93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for (int i = 0; i < osxPlatforms.size(); i++) {
deleteDir()
/* note: this is installing into the parent (triqs) venv (install dir), which is thus shared among apps and so not be completely safe */
sh "pip3 install -U -r $srcDir/requirements.txt"
sh "cmake $srcDir -DCMAKE_INSTALL_PREFIX=$installDir -DTRIQS_ROOT=$triqsDir -DBuild_Deps=Always"
sh "cmake $srcDir -DCMAKE_INSTALL_PREFIX=$installDir -DTRIQS_ROOT=$triqsDir"
sh "make -j2 || make -j1 VERBOSE=1"
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') { try {
sh "make test CTEST_OUTPUT_ON_FAILURE=1"
Expand Down

0 comments on commit 9f9b93a

Please sign in to comment.