mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
appveyor.cmd: Assume MSVC 2013 if %compiler% isn't set.
TODO: Restore MinGW-w64 support?
This commit is contained in:
parent
17bf805ee3
commit
36324703d8
@ -1,6 +1,9 @@
|
||||
@ECHO OFF
|
||||
cmake --version
|
||||
|
||||
:: FIXME: Restore MinGW-w64 support?
|
||||
set compiler=msvc2013
|
||||
|
||||
if "%compiler%" == "msvc2013" goto :msvc2013
|
||||
if "%compiler%" == "mingw-w64" goto :mingw-w64
|
||||
echo *** ERROR: Unsupported compiler '%compiler%'.
|
||||
|
Loading…
Reference in New Issue
Block a user