ci: Improve CI build scripts

Build both 32 and 64 bit in parallel, and also handle the INSTALL target correctly.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-07-24 13:04:57 +02:00
parent 60e5499d3d
commit 1a8f4d6a02
5 changed files with 161 additions and 103 deletions
-4
View File
@@ -1,7 +1,3 @@
@ECHO OFF
ECHO -- Building 7z Archive --
cmake --build build/64 --target PACKAGE_7Z --config RelWithDebInfo
ECHO -- Building Zip Archive --
cmake --build build/64 --target PACKAGE_ZIP --config RelWithDebInfo
ECHO -- Building Installer --
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /Qp ".\build\64\installer.iss" > nul