mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 15:54:57 +03:00
Move Azure Pipelines configurations into dedicated directory
This commit is contained in:
13
.ci/azure-pipelines/macos.yml
Normal file
13
.ci/azure-pipelines/macos.yml
Normal file
@ -0,0 +1,13 @@
|
||||
jobs:
|
||||
- job: macOS
|
||||
displayName: 'macOS'
|
||||
pool:
|
||||
vmImage: macOS-latest
|
||||
steps:
|
||||
- script: brew install cmake ninja ncurses readline openssl zlib
|
||||
displayName: 'Install packages'
|
||||
- script: |
|
||||
cd $BUILD_BINARIESDIRECTORY
|
||||
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl $BUILD_SOURCESDIRECTORY
|
||||
cmake --build .
|
||||
displayName: 'Build'
|
Reference in New Issue
Block a user