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

13
appveyor.yml Normal file
View File

@@ -0,0 +1,13 @@
version: 4.4.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
image: Visual Studio 2017
shallow_clone: true
install:
- cmd: set PATH=C:\Program Files (x86)\WiX Toolset v3.11\bin;C:\Program Files (x86)\HTML Help Workshop;%PATH%
build_script:
- cmd: ClassicShellSrc\ClassicShellSetup\__MakeFinal.bat
test: off