[nostalgia] Add support for a persistent external vcpkg dir

This commit is contained in:
2020-08-15 20:24:38 -05:00
parent 7671a379c6
commit 47a9deb94b
3 changed files with 17 additions and 3 deletions

View File

@ -2,6 +2,9 @@ pipeline {
agent {
label 'linux-x86_64'
}
environment {
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
}
stages {
stage('Environment') {
steps {