1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-18 13:44:58 +03:00

CI: avoid not needed builds, make AppVeyor upload src with submodules

This commit is contained in:
Ilya Shipitsin
2018-12-01 23:19:18 +05:00
parent 08465e3f39
commit 971893c7b4
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,10 @@
.ubuntu: &ubuntu_def
variables:
CMAKE_VERSION: 3.9.6
except:
changes:
- .appveyor.yml
- .travis.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