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:
@ -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
|
||||
|
Reference in New Issue
Block a user