diff options
| author | Ethan Roseman <ethteck@gmail.com> | 2021-03-15 18:53:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 18:53:12 +0900 |
| commit | fc5401137a4cd8cb09a8fdc181f5e8e13c359486 (patch) | |
| tree | 75556701a378383b9270fba3a2e6368b6dddd39b | |
| parent | 0d44e695a3fce1cd9625aa49de9857c1a4af031a (diff) | |
Testing jenkins
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 1 insertions, 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' } |
