Skip to content

Commit

Permalink
Jenkins: Remove need to update when calling conan install
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordsletten committed Mar 14, 2019
1 parent 3b7cc67 commit 8354a2e
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 @@ -50,7 +50,7 @@ pipeline {
stage('build example') {
steps {
sh script: "mkdir -p build_example", label: "Setup"
sh script: "cd build_example; conan install ../examples/microLB -pr $PROFILE_x86_64 -u", label: "conan_install"
sh script: "cd build_example; conan install ../examples/microLB -pr $PROFILE_x86_64", label: "conan_install"
sh script: "cd build_example; cmake ../examples/microLB",label: "cmake configure"
sh script: "cd build_example; make -j $CPUS", label: "building example"
//sh script: "cd build_example; source activate.sh; cmake ../unit/integration/simple", label: "cmake configure"
Expand Down

0 comments on commit 8354a2e

Please sign in to comment.