From fc5401137a4cd8cb09a8fdc181f5e8e13c359486 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 15 Mar 2021 18:53:12 +0900 Subject: [PATCH] Testing jenkins --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0de49ce0..fbfe89ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,9 +5,7 @@ pipeline { stage('Setup') { steps { echo 'Setting up...' - git clone https://github.com/zeldaret/tmc - cd ./tmc - sh ${env.AGBCC}/install.sh . + sh 'cd ${AGBCC} && ./install.sh ${WORKSPACE} && cd ${WORKSPACE}' sh 'cp /usr/local/etc/roms/tmc.us.gba baserom.gba' sh 'make -j setup' }