rom-properties/appveyor-artifacts.cmd

10 lines
232 B
Batchfile

@ECHO OFF
if not "%compiler%" == "msvc2013" exit /b 0
if not "%configuration%" == "Release" exit /b 0
cpack --version
cpack -C "%configuration%"
if ERRORLEVEL 1 exit /b %ERRORLEVEL%
appveyor PushArtifact *.zip
exit /b %ERRORLEVEL%