Try adding steps to cmakeBuild
Without steps it seems to only be configuring.
This commit is contained in:
parent
2c2bae1b46
commit
bfed2d4dd3
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -6,7 +6,8 @@ pipeline {
|
|||
steps {
|
||||
cmakeBuild installation: 'InSearchPath',
|
||||
buildDir: 'build',
|
||||
sourceDir: 'src'
|
||||
sourceDir: 'src',
|
||||
steps: [[args: '.']]
|
||||
|
||||
archiveArtifacts artifacts: 'Lox.jar',
|
||||
fingerprint: false,
|
||||
|
|
Loading…
Reference in a new issue