From 0de5f13a3ac94c1261ee064431ac1f9b985ffae2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 9 Jan 2020 03:58:21 +0300 Subject: AppVeyor: prettify appveyor.yml --- appveyor.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index eb6cffb..d76fe1b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,11 +9,24 @@ platform: - x86_64 before_build: - - curl.exe --silent --show-error --output C:\stack.zip --location --insecure -- "https://get.haskellstack.org/stable/windows-%PLATFORM%.zip" + - >- + curl.exe + --silent + --show-error + --location + --insecure + --output C:\stack.zip + -- "https://get.haskellstack.org/stable/windows-%PLATFORM%.zip" - 7z.exe x "-o%STACK_ROOT%" C:\stack.zip build_script: - - '"%STACK_ROOT%\stack.exe" build --install-ghc --copy-bins --local-bin-path "%install_dir%" --arch "%PLATFORM%"' + - >- + "%STACK_ROOT%\stack.exe" + build + --install-ghc + --copy-bins + --local-bin-path "%install_dir%" + --arch "%PLATFORM%" after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%.zip" "%install_dir%" -- cgit v1.2.3