appveyor: fix env var declaration ?
[ci skip]
This commit is contained in:
parent
0f780b318d
commit
f7e7b5776e
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user