[nostalgia/jenkins] Add env to GBA and Mac Jenkinsfiles
This commit is contained in:
parent
84705e304f
commit
10f11b95a6
1
jenkins/gba/Jenkinsfile
vendored
1
jenkins/gba/Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
|
load 'jenkins/shared/env.gy'
|
||||||
sh 'make vcpkg'
|
sh 'make vcpkg'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
jenkins/mac/Jenkinsfile
vendored
1
jenkins/mac/Jenkinsfile
vendored
@ -5,6 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
|
load 'jenkins/shared/env.gy'
|
||||||
sh 'make vcpkg'
|
sh 'make vcpkg'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user