File tree 1 file changed +4
-6
lines changed 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ environment:
8
8
global :
9
9
APPVEYOR_SAVE_CACHE_ON_ERROR : true
10
10
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"
13
11
matrix :
14
- - GHCVER : " 8.0.2"
12
+ - GHCVER : " 8.8.2"
13
+ - GHCVER : " 8.6.5"
14
+ - GHCVER : " 8.4.4"
15
15
- GHCVER : " 8.2.2"
16
- - GHCVER : " 8.4.3"
17
16
18
17
cache :
19
18
- " c:/SR"
@@ -35,7 +34,6 @@ build_script:
35
34
36
35
test_script :
37
36
- " cabal %CABOPTS% new-build -j1 -vnormal+nowrap all"
38
- # - "cabal %CABOPTS% new-test -j1 -vnormal+nowrap all"
39
37
40
38
after_test :
41
39
- bash -c "cp -v $(find -name threadscope.exe) ./threadscope.exe"
@@ -50,4 +48,4 @@ deploy:
50
48
release : $(appveyor_repo_tag_name)
51
49
on :
52
50
appveyor_repo_tag : true
53
- GHCVER : " 8.4.3 "
51
+ GHCVER : " 8.8.2 "
You can’t perform that action at this time.
0 commit comments