From edbf14b80e460a8a5b866b5a21418cb2b7d12a01 Mon Sep 17 00:00:00 2001 From: notyourav <65437533+notyourav@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:25:17 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 166706c0..85204900 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,12 @@ pipeline { 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 } } stage('Build') {