diff --git a/utils/scripts/build/windows-build-bots.ps1 b/utils/scripts/build/windows-build-bots.ps1 index 53fdcf4a3..067a4d004 100644 --- a/utils/scripts/build/windows-build-bots.ps1 +++ b/utils/scripts/build/windows-build-bots.ps1 @@ -12,4 +12,3 @@ Set-Location -Path "$cwd\build_bots_x64" cmake -Wno-dev -G "Visual Studio 17 2022" -A x64 -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_ZLIB=ON -DEQEMU_ENABLE_BOTS=ON "$cwd" cmake --build . --config RelWithDebInfo --clean-first Set-Location -Path "$cwd" -7z a build_bots_x64.zip $cwd\build_bots_x64\bin\RelWithDebInfo\*.exe $cwd\build_bots_x64\bin\RelWithDebInfo\*.dll $cwd\build_bots_x64\bin\RelWithDebInfo\*.pdb $cwd\build_bots_x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\build_bots_x64\libs\zlibng\RelWithDebInfo\*.pdb diff --git a/utils/scripts/build/windows-build-no-bots.ps1 b/utils/scripts/build/windows-build-no-bots.ps1 index 7e4a862f1..8e79a2f07 100644 --- a/utils/scripts/build/windows-build-no-bots.ps1 +++ b/utils/scripts/build/windows-build-no-bots.ps1 @@ -12,4 +12,3 @@ Set-Location -Path "$cwd\build_x64" cmake -Wno-dev -G "Visual Studio 17 2022" -A x64 -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_ZLIB=ON -DEQEMU_ENABLE_BOTS=OFF "$cwd" cmake --build . --config RelWithDebInfo --clean-first Set-Location -Path "$cwd" -7z a build_x64.zip $cwd\build_x64\bin\RelWithDebInfo\*.exe $cwd\build_x64\bin\RelWithDebInfo\*.dll $cwd\build_x64\bin\RelWithDebInfo\*.pdb $cwd\build_x64\libs\zlibng\RelWithDebInfo\*.dll $cwd\build_x64\libs\zlibng\RelWithDebInfo\*.pdb