[nostalgia] Add support for a persistent external vcpkg dir
This commit is contained in:
1
jenkins/gba/Jenkinsfile
vendored
1
jenkins/gba/Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
||||
environment {
|
||||
DEVKITPRO = '/opt/devkitpro'
|
||||
DEVKITARM = '/opt/devkitpro/devkitARM'
|
||||
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
|
||||
}
|
||||
stages {
|
||||
stage('Environment') {
|
||||
|
3
jenkins/linux/Jenkinsfile
vendored
3
jenkins/linux/Jenkinsfile
vendored
@ -2,6 +2,9 @@ pipeline {
|
||||
agent {
|
||||
label 'linux-x86_64'
|
||||
}
|
||||
environment {
|
||||
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
|
||||
}
|
||||
stages {
|
||||
stage('Environment') {
|
||||
steps {
|
||||
|
Reference in New Issue
Block a user