mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 11:26:38 +10:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user