From 5c773740f6044e3d74beee8b89821f4a0f96a570 Mon Sep 17 00:00:00 2001 From: notyourav <65437533+notyourav@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:26:05 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 85204900..17e7bec6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,13 +6,12 @@ pipeline { steps { echo 'Setting up...' sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba' - sh 'make -j setup' git clone https://github.com/zeldaret/tmc git clone https://github.com/pret/agbcc - cd ./agbcc sh build.sh sh install.sh ../tmc + sh 'make -j setup' } } stage('Build') {