diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:28:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:28:42 +0300 |
commit | 09f142052e7049d9484c8968ac287e137ebe72b0 (patch) | |
tree | 652594c9a9dfbc1b50445a11f45825154af9609c /appveyor.yml | |
parent | AppVeyor: prettify appveyor.yml (diff) | |
download | windows-env-09f142052e7049d9484c8968ac287e137ebe72b0.tar.gz windows-env-09f142052e7049d9484c8968ac287e137ebe72b0.zip |
appveyor.yml -> .appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index d76fe1b..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,33 +0,0 @@ -version: '{build}' - -environment: - STACK_ROOT: C:\sr - install_dir: C:\Projects\install\windows-env - -platform: - - i386 - - x86_64 - -before_build: - - >- - 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%" - -after_build: - - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%.zip" "%install_dir%" - - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%.zip" |