mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
.appveyor.yml: consistent indentation
This commit is contained in:
parent
b9d6d77420
commit
018df107e7
@ -7,12 +7,12 @@ 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))"
|
||||
- ps: Update-AppveyorBuild -Version "build-$env:appveyor_build_number-$($env:appveyor_repo_commit.substring(0,7))"
|
||||
|
||||
build_script:
|
||||
- cmd: >-
|
||||
src\BuildAll.cmd
|
||||
exit %errorlevel%
|
||||
- cmd: >-
|
||||
src\BuildAll.cmd
|
||||
exit %errorlevel%
|
||||
|
||||
artifacts:
|
||||
- path: output\pkg\*\*
|
||||
|
Loading…
Reference in New Issue
Block a user