Skip to content

Commit

Permalink
Remove cd
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Aug 17, 2019
1 parent 746f2ec commit d9eb342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -45,8 +45,8 @@ def runBuild(platform){
}else{
cmakeBuild generator: "Unix Makefiles", sourceDir: "repository", buildDir: "build", installation: "InSearchPath"
dir("build"){
shell "cd build && make install"
shell "cd build && make package"
shell "make install"
shell "make package"
}
}
stash excludes: '_CPack_Packages', includes: 'build/build/packages/*', name: "packages-${platform}"
Expand Down

0 comments on commit d9eb342

Please sign in to comment.