aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
blob: f8dfc427dd098244c60121211cded18518cac274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '{build}'

environment:
  STACK_ROOT: C:\sr

platform:
  - i386
  - x86_64

before_build:
  - curl.exe --silent --show-error --output C:\stack.zip --location --insecure -- "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 --arch "%PLATFORM%"'