Skip to content

Commit dd1638c

Browse files
committed
Update appveyor.yml
1 parent 7713c63 commit dd1638c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ environment:
88
global:
99
APPVEYOR_SAVE_CACHE_ON_ERROR: true
1010
CABOPTS: "--store-dir=c:/SR --http-transport=plain-http"
11-
# C_INCLUDE_PATH: "c:/msys64/mingw64/include"
12-
# LIBRARY_PATH: "c:/msys64/mingw64/lib;c:/msys64/mingw64/bin"
1311
matrix:
14-
- GHCVER: "8.0.2"
12+
- GHCVER: "8.8.2"
13+
- GHCVER: "8.6.5"
14+
- GHCVER: "8.4.4"
1515
- GHCVER: "8.2.2"
16-
- GHCVER: "8.4.3"
1716

1817
cache:
1918
- "c:/SR"
@@ -35,12 +34,11 @@ build_script:
3534

3635
test_script:
3736
- "cabal %CABOPTS% new-build -j1 -vnormal+nowrap all"
38-
#- "cabal %CABOPTS% new-test -j1 -vnormal+nowrap all"
3937

4038
after_test:
4139
- bash -c "cp -v $(find -name threadscope.exe) ./threadscope.exe"
4240
- 7z a threadscope.windows.%PLATFORM%.ghc-%GHCVER%.zip threadscope.exe
43-
- ps: "Push-AppveyorArtifact threadscope.windows.$($env:PLATFORM).zip"
41+
- ps: "Push-AppveyorArtifact threadscope.windows.$($env:PLATFORM).ghc-$($env:GHCVER).zip"
4442

4543
deploy:
4644
- provider: GitHub
@@ -50,4 +48,4 @@ deploy:
5048
release: $(appveyor_repo_tag_name)
5149
on:
5250
appveyor_repo_tag: true
53-
GHCVER: "8.4.3"
51+
GHCVER: "8.8.2"

0 commit comments

Comments
 (0)