appveyor.yml - fix env variables.

This commit is contained in:
John MacFarlane 2018-09-24 14:04:56 -07:00
parent c307bfb953
commit dc062e3d31

View file

@ -60,7 +60,7 @@ build: off
install:
- choco install wixtoolset %CHOCO_OPTS%
- if "%BUILD_TYPE" == "stack" (
- if "%BUILD_TYPE%" == "stack" (
choco install haskell-stack %CHOCO_OPTS%
) else (
choco install ghc --version %GHC_VERSION% %CHOCO_OPTS%
@ -72,7 +72,7 @@ test_script:
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- |
if "%BUILD_TYPE" == "stack" (
if "%BUILD_TYPE%" == "stack" (
stack --version
stack path
echo "" | stack clean