Try adding steps to cmakeBuild

Without steps it seems to only be configuring.
This commit is contained in:
Tom Willemse 2020-11-15 21:06:54 -08:00
parent 2c2bae1b46
commit bfed2d4dd3

3
Jenkinsfile vendored
View file

@ -6,7 +6,8 @@ pipeline {
steps {
cmakeBuild installation: 'InSearchPath',
buildDir: 'build',
sourceDir: 'src'
sourceDir: 'src',
steps: [[args: '.']]
archiveArtifacts artifacts: 'Lox.jar',
fingerprint: false,