Skip to content

Commit

Permalink
Jenkins seems to not like line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Aug 17, 2019
1 parent 04e8fde commit 6a0edfd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ def runBuild(platform){
runInCygwin "cd build && make package"
}else{
dir("build"){
cmakeBuild
generator: "Unix Makefiles",
sourceDir: "repository",
buildDir: "build",
installation: "InSearchPath"
cmakeBuild generator: "Unix Makefiles", sourceDir: "repository", buildDir: "build", installation: "InSearchPath"
shell "cd build && make install"
shell "cd build && make package"
}
Expand Down

0 comments on commit 6a0edfd

Please sign in to comment.