Skip to content

Commit

Permalink
Remove MinGW (non w64) from Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 14, 2023
1 parent 9d73a06 commit 54a28e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ environment:
TOOLSET: gcc
VARIANT: release

- ADDPATH: C:\mingw\bin;
TOOLSET: gcc
CXXSTD: 11
VARIANT: debug

- ADDPATH: C:\cygwin64\bin;
TOOLSET: gcc
VARIANT: debug
Expand All @@ -57,7 +52,7 @@ environment:

- ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;
TOOLSET: gcc
VARIANT: debug,release
VARIANT: release

install:
- set GIT_FETCH_JOBS=8
Expand Down

0 comments on commit 54a28e4

Please sign in to comment.