appveyor: fix env var declaration ?

[ci skip]
This commit is contained in:
Simon Michael 2018-04-27 11:13:50 -07:00
parent 0f780b318d
commit f7e7b5776e

View File

@ -13,6 +13,8 @@ clone_folder: "c:\\pr"
environment: environment:
global: global:
STACK_ROOT: "c:\\sr" STACK_ROOT: "c:\\sr"
APPVEYOR_SAVE_CACHE_ON_ERROR: "true" # set in UI, can we set here ?
#APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9" # compress cache as much as possible to stay under 1G quota
#version: '1.9.99.{build}' #version: '1.9.99.{build}'
@ -26,9 +28,6 @@ environment:
# or, conditionally: # or, conditionally:
#init: #init:
#- ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "develop") {$env:APPVEYOR_CACHE_SKIP_SAVE = "true"} #- ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "develop") {$env:APPVEYOR_CACHE_SKIP_SAVE = "true"}
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: "true" # set in UI, can we set here ?
#APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9" # compress cache as much as possible to stay under 1G quota
cache: cache:
- "%LOCALAPPDATA%\\Programs\\stack" - "%LOCALAPPDATA%\\Programs\\stack"
- "c:\\sr" - "c:\\sr"