summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 23e7246..385b483 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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