AppleWin/CIBuild.bat
Andrea Odetti 1edec39462 Attempt at building on Windows.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-31 12:06:47 +00:00

10 lines
309 B
Batchfile

rem Commands to build AppleWin on travis
setlocal
choco install visualstudio2019community
choco install visualstudio2019-workload-nativedesktop
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsMSBuildCmd.bat"
MSBuild.exe /p:Configuration=Release AppleWinExpress2019.sln