appveyor.yml: Disable the MinGW-w64 builds for now.

- It ends up using MinGW-w64's getopt_long() instead of our version,
  which doesn't support TCHAR.

- Linking is failing due to multiple definitions of various inline
  functions in the Windows headers.
This commit is contained in:
David Korth 2020-06-21 23:07:16 -04:00
parent 7e72ea998f
commit c3714d869a

View File

@ -40,13 +40,13 @@ environment:
configuration: Release
compiler: msvc2013
- platform: x86
configuration: Debug
compiler: mingw-w64
# - platform: x86
# configuration: Debug
# compiler: mingw-w64
- platform: x64
configuration: Debug
compiler: mingw-w64
# - platform: x64
# configuration: Debug
# compiler: mingw-w64
# Run CMake.
before_build: