Use the default generator for CMake
This commit is contained in:
parent
3ef60b7cf7
commit
2c2bae1b46
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -4,10 +4,10 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
cmakeBuild generator: 'Make',
|
||||
cmakeBuild installation: 'InSearchPath',
|
||||
buildDir: 'build',
|
||||
sourceDir: 'src',
|
||||
installation: 'InSearchPath'
|
||||
sourceDir: 'src'
|
||||
|
||||
archiveArtifacts artifacts: 'Lox.jar',
|
||||
fingerprint: false,
|
||||
onlyIfSuccessful: true
|
||||
|
|
Loading…
Reference in a new issue