1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

Build OpenRCT2 with breakpad support in CI

Fixes #17632
This commit is contained in:
Michał Janiszewski
2022-07-28 23:19:50 +02:00
committed by Michał Janiszewski
parent 4ed12489be
commit 826918c0c6

View File

@@ -26,7 +26,7 @@ if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then
# Build everything
echo -e "\033[0;36mBuilding OpenRCT2 for Windows $CONFIGURATION|$PLATFORM...\033[0m"
vstool msbuild openrct2.proj //t:build
vstool msbuild openrct2.proj -t:build -p:Breakpad=true
# Create openrct2.exe and openrct2.com with correct subsystem
cp bin/openrct2.exe bin/openrct2.com