mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
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:
parent
7e72ea998f
commit
c3714d869a
12
appveyor.yml
12
appveyor.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user