mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-08 00:34:57 +03:00
Azure Pipelines: improve steps, use Ninja and designated build directory
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
|
||||
set -eux
|
||||
|
||||
cd
|
||||
BUILD_BINARIESDIRECTORY="${BUILD_BINARIESDIRECTORY:-build}"
|
||||
|
||||
cd $BUILD_BINARIESDIRECTORY
|
||||
|
||||
git clone https://github.com/openvpn/openvpn
|
||||
cd openvpn
|
||||
autoreconf -iv
|
||||
|
Reference in New Issue
Block a user