Skip to content

Commit

Permalink
Use new builder.cmake() function (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wurm committed Jun 26, 2019
1 parent f5316f4 commit 198ff70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Expand Up @@ -54,7 +54,6 @@ pipeline {
args dockerMountArgs
}
}

steps {
gitPrep()
script {
Expand All @@ -74,7 +73,6 @@ pipeline {
args dockerMountArgs
}
}

steps {
gitPrep()
script {
Expand Down Expand Up @@ -115,11 +113,10 @@ pipeline {
args dockerMountArgs
}
}

steps {
gitPrep()
script {
builder.cmake(cmake_args: "-DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug")
builder.cmake(buildType: "Debug", codeCoverage: "ON")
builder.make(workDir: "build", target: "ccov-all")
}
}
Expand Down
2 changes: 1 addition & 1 deletion cmake/common
Submodule common updated 1 files
+11 −1 CodeCoverage.cmake

0 comments on commit 198ff70

Please sign in to comment.