Skip to content

Commit 54a28e4

Browse files
committed
Remove MinGW (non w64) from Appveyor
1 parent 9d73a06 commit 54a28e4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ environment:
4242
TOOLSET: gcc
4343
VARIANT: release
4444

45-
- ADDPATH: C:\mingw\bin;
46-
TOOLSET: gcc
47-
CXXSTD: 11
48-
VARIANT: debug
49-
5045
- ADDPATH: C:\cygwin64\bin;
5146
TOOLSET: gcc
5247
VARIANT: debug
@@ -57,7 +52,7 @@ environment:
5752

5853
- ADDPATH: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;
5954
TOOLSET: gcc
60-
VARIANT: debug,release
55+
VARIANT: release
6156

6257
install:
6358
- set GIT_FETCH_JOBS=8

0 commit comments

Comments
 (0)