From 35329720bcfb9c2cba30c5fe453f05fda7cb08bb Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Apr 2018 09:56:06 -0700 Subject: [PATCH] tools: appveyor: try 64-bit windows [ci skip] --- .appveyor.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3a6bf1b4d..474251290 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,6 +6,8 @@ #build: off +platform: x64 + # shorter file paths have been a known workaround in the past clone_folder: "c:\\pr" environment: @@ -29,18 +31,17 @@ cache: #- "c:\\pr\\hledger-api\\.stack-work" install: -- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 +- curl -skL -ostack.zip http://www.stackage.org/stack/windows-i386 - 7z x stack.zip stack.exe +- stack setup -# run custom scripts instead of MSBuild +# -j1 - a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+ +# --bench - benchmark doesn't run on windows yet build_script: -- stack build --test --copy-bins --local-bin-path=. hledger #hledger-web hledger-api -# -j1 a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+ -# --bench benchmark doesn't run on windows yet +- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger #hledger-web hledger-api #- hledger-install/hledger-install.sh #- make stacktest -# run custom scripts instead of automatic test detector #test_script: artifacts: