mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
* 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
14 lines
349 B
YAML
14 lines
349 B
YAML
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
|