fceux/pipelines/win32_build.bat

19 lines
300 B
Batchfile
Raw Normal View History

2020-06-17 01:14:44 +00:00
set PROJECT_ROOT=%~dp0..
REM echo %PROJECT_ROOT%
msbuild %PROJECT_ROOT%\vc\vc14_fceux.vcxproj
cd %PROJECT_ROOT%\vc
REM Copy Executable to output directory
copy vc14_bin_Debug\fceux.exe ..\output\.
REM Create Zip Archive
archive.bat
cd %PROJECT_ROOT%
appveyor PushArtifact "./vc/fceux.zip"