[nostalgia] Fix DEVKITPRO bin paths for Jenkins
This commit is contained in:
parent
a1a0abe83b
commit
228b6dd031
1
jenkins/gba/Jenkinsfile
vendored
1
jenkins/gba/Jenkinsfile
vendored
@ -3,6 +3,7 @@ pipeline {
|
|||||||
label 'gba'
|
label 'gba'
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
DEVKITPRO = '/opt/devkitpro'
|
||||||
DEVKITARM = '/opt/devkitpro/devkitARM'
|
DEVKITARM = '/opt/devkitpro/devkitARM'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
BIN=./dist/$(cat .current_build)/bin/
|
BIN=./dist/$(cat .current_build)/bin/
|
||||||
PATH=$BIN:${DEVKITARM}/bin/:$PATH
|
PATH=$BIN:${DEVKITPRO}/tools/bin/:${DEVKITARM}/bin/:$PATH
|
||||||
NOSTALGIA_BIN=build/gba-*/src/nostalgia/player/nostalgia.bin
|
NOSTALGIA_BIN=build/gba-*/src/nostalgia/player/nostalgia.bin
|
||||||
NOSTALGIA_MEDIA=nostalgia_media.oxfs
|
NOSTALGIA_MEDIA=nostalgia_media.oxfs
|
||||||
NOSTALGIA_PROJECT=sample_project
|
NOSTALGIA_PROJECT=sample_project
|
||||||
|
Loading…
Reference in New Issue
Block a user