[nostalgia/jenkins] Add env to GBA and Mac Jenkinsfiles

This commit is contained in:
Gary Talent 2021-03-12 01:41:16 -06:00
parent 84705e304f
commit 10f11b95a6
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pipeline {
stages { stages {
stage('Environment') { stage('Environment') {
steps { steps {
load 'jenkins/shared/env.gy'
sh 'make vcpkg' sh 'make vcpkg'
} }
} }

View File

@ -5,6 +5,7 @@ pipeline {
stages { stages {
stage('Environment') { stage('Environment') {
steps { steps {
load 'jenkins/shared/env.gy'
sh 'make vcpkg' sh 'make vcpkg'
} }
} }