The environment section uses different syntax for a list of vars.
parent
81d3010f73
commit
90c9884c5e
|
@ -20,9 +20,9 @@ platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- build_cache_dir: bin\.mtime_cache
|
build_cache_dir: bin\.mtime_cache
|
||||||
- build_binary_dir: bin\%CONFIGURATION%
|
build_binary_dir: bin\%CONFIGURATION%
|
||||||
- appveyor_script_dir: scripts\AppVeyor
|
appveyor_script_dir: scripts\AppVeyor
|
||||||
|
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue