mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
dfbb04627f
* AppVeyor: increment build number with pull requests, in order to avoid conflicts * .appveyor.yml: consistent indentation
19 lines
324 B
YAML
19 lines
324 B
YAML
version: '{build}'
|
|
|
|
image: Visual Studio 2015
|
|
|
|
skip_branch_with_pr: true
|
|
|
|
clone_depth: 1
|
|
|
|
init:
|
|
- ps: Update-AppveyorBuild -Version "build-$env:appveyor_build_number-$($env:appveyor_repo_commit.substring(0,7))"
|
|
|
|
build_script:
|
|
- cmd: >-
|
|
src\BuildAll.cmd
|
|
exit %errorlevel%
|
|
|
|
artifacts:
|
|
- path: output\pkg\*\*
|