File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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
1817cache :
1918 - " c:/SR"
@@ -35,12 +34,11 @@ build_script:
3534
3635test_script :
3736 - " cabal %CABOPTS% new-build -j1 -vnormal+nowrap all"
38- # - "cabal %CABOPTS% new-test -j1 -vnormal+nowrap all"
3937
4038after_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
4543deploy :
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 "
You can’t perform that action at this time.
0 commit comments