summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: d7623e40e64a144abb7176356fa2421e07b179eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: "{build}"
build_cloud: ghc-gce-cloud
image: GHC-GCE

build:
  verbosity: normal

environment:
  matrix:
  - COMPILER: msys2
    PLATFORM: x64
    MSYS2_ARCH: x86_64
    MSYS2_DIR: msys64
    MSYSTEM: MINGW64
    BIT: 64

deploy: off

install:
  - cmd: |
      SET "PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"
      bash .appveyor.sh prepare

build_script:
  - bash .appveyor.sh build
  - bash .appveyor.sh test

artifacts:
  - path: ghc-windows.zip
    name: GHC Windows bindist
    type: zip