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
|
clone_depth: 1
|
||||||
|
|
||||||
init:
|
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:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
src\BuildAll.cmd
|
src\BuildAll.cmd
|
||||||
exit %errorlevel%
|
exit %errorlevel%
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: output\pkg\*\*
|
- path: output\pkg\*\*
|
||||||
|
Loading…
Reference in New Issue
Block a user