Support for AppVeyor builds (#11)

* Remove pause to be automated build friendly
* Use 7-Zip instead of WinRar
* Enable parallel builds
* Build improvements
* Push final installer to AppVeyor
* AppVeyor config
This commit is contained in:
ge0rdi
2018-02-04 11:06:04 +01:00
committed by GitHub
parent d969272802
commit 1595967c27
6 changed files with 58 additions and 46 deletions
@@ -1,9 +1,11 @@
@cd %~dp0
@call BuildBinaries.bat
@if %CS_ERROR%==1 goto end
@if ERRORLEVEL 1 exit /b 1
@call _BuildEnglish.bat
@if %CS_ERROR%==1 goto end
@if ERRORLEVEL 1 exit /b 1
call BuildArchives.bat
:end
@exit /b 0