From 68a2ebd34fc94488e89ffb82b359ec6e7e152ae9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Jul 2021 00:14:31 -0700 Subject: Restructure project to make room for clox --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 24b123f..ef408d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,10 +10,10 @@ pipeline { steps { cmakeBuild installation: 'InSearchPath', buildDir: 'build', - sourceDir: 'src', + sourceDir: 'jlox', steps: [[args: 'all']] - archiveArtifacts artifacts: 'build/com/craftinginterpreters/lox/Lox.jar', + archiveArtifacts artifacts: 'jlox/_build/com/craftinginterpreters/lox/Lox.jar', fingerprint: false, onlyIfSuccessful: true } -- cgit v1.3-2-g0d8e