1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge PR #889: some build cleanup

This commit is contained in:
Davide Beatrici 2019-03-11 19:15:26 +01:00 committed by GitHub
commit 2f12e54fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ skip_commits:
files:
- .travis.yml
- .gitlab-ci.yml
- azure-pipelines.yml
- .azure-pipelines.yml
init:
- ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"

View File

@ -5,7 +5,7 @@
changes:
- .appveyor.yml
- .travis.yml
- azure-pipelines.yml
- .azure-pipelines.yml
before_script:
- 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

View File

@ -26,4 +26,5 @@ if %errorlevel% == 0 (
echo The Makefile is generated. Run 'nmake' to build SoftEther VPN.
) else (
cd ..
exit /b 1
)