appveyor-windows.yml (625B)
1 version: "{build}" 2 clone_depth: 1 3 image: Visual Studio 2019 4 5 build_script: 6 - call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" x86_amd64 7 - ggbuild\lua.exe make.lua release > build.ninja 8 - ggbuild\ninja.exe -v -k 0 9 - ggbuild\lua.exe ggbuild\ninja_timeline.lua 10 - ggbuild\ducible.exe release\mudgangster.exe 11 - makensis.exe installer\installer.nsi 12 13 artifacts: 14 - path: installer/MudGangsterInstaller.exe 15 16 deploy: 17 - provider: GitHub 18 auth_token: 19 secure: uTKqq6j9jmjRhhb8XGIpL1Xp2Fc1QtPeq0aaWbqXa5Tz6lL/dTVfrfFpceQDnbz1 20 artifact: installer/MudGangsterInstaller.exe