mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
CI: avoid not needed builds when possible
This commit is contained in:
parent
6d32be3eb3
commit
3ff10dc8ed
@ -15,6 +15,7 @@ skip_commits:
|
|||||||
files:
|
files:
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
|
- azure-pipelines.yml
|
||||||
|
|
||||||
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))"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
changes:
|
changes:
|
||||||
- .appveyor.yml
|
- .appveyor.yml
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
|
- azure-pipelines.yml
|
||||||
before_script:
|
before_script:
|
||||||
- REPOSITORY="$PWD" && cd ..
|
- REPOSITORY="$PWD" && cd ..
|
||||||
- apt-get update && apt-get install -y dpkg-dev wget g++ gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git file
|
- apt-get update && apt-get install -y dpkg-dev wget g++ gcc libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev git file
|
||||||
|
Loading…
Reference in New Issue
Block a user