git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix processHeapClosureForDead CONSTR_NOCAF case:
[ghc.git]
/
appveyor.yml
1
version: "{build}"
2
build_cloud: ghc-gce-cloud
3
image: GHC-GCE
4
5
build:
6
verbosity: normal
7
8
environment:
9
matrix:
10
- COMPILER: msys2
11
PLATFORM: x64
12
MSYS2_ARCH: x86_64
13
MSYS2_DIR: msys64
14
MSYSTEM: MINGW64
15
BIT: 64
16
17
deploy: off
18
19
install:
20
- cmd: |
21
SET "PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%"
22
bash .appveyor.sh prepare
23
24
build_script:
25
- bash .appveyor.sh build
26
- bash .appveyor.sh test
27
28
artifacts:
29
- path: ghc-windows.zip
30
name: GHC Windows bindist
31
type: zip