mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
appveyor-artifacts.cmd: Print %compiler% and %configuration%.
This commit is contained in:
parent
753efb4a6f
commit
d3cafba1bd
@ -1,4 +1,6 @@
|
|||||||
@ECHO ON
|
@ECHO ON
|
||||||
|
echo compiler: %compiler%
|
||||||
|
echo configuration: %configuration%
|
||||||
if not "%compiler%" == "msvc2015" exit /b 0
|
if not "%compiler%" == "msvc2015" exit /b 0
|
||||||
if not "%configuration%" == "Release" exit /b 0
|
if not "%configuration%" == "Release" exit /b 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user