mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
initial setup of Azure Pipelines
This commit is contained in:
parent
07c5716374
commit
6d32be3eb3
16
azure-pipelines.yml
Normal file
16
azure-pipelines.yml
Normal file
@ -0,0 +1,16 @@
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
|
||||
variables:
|
||||
CPACK_GENERATOR: DEB
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
submodules: recursive
|
||||
|
||||
- script: |
|
||||
sudo apt -y install cmake gcc g++ libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev
|
||||
./configure
|
||||
make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
|
||||
.ci/appveyor-deb-install-test.sh
|
||||
displayName: 'Ubuntu 16.04'
|
Loading…
Reference in New Issue
Block a user