mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
84bc94b232
it is better to have this enabled in yml, cause it allows to build from forks easier
15 lines
418 B
YAML
15 lines
418 B
YAML
jobs:
|
|
- job: macOS
|
|
pool:
|
|
vmImage: macOS-latest
|
|
steps:
|
|
- checkout: self
|
|
submodules: true
|
|
persistCredentials: true
|
|
- script: brew install pkg-config cmake ninja ncurses readline libsodium openssl zlib
|
|
displayName: 'Prepare environment'
|
|
- script: '$(Build.SourcesDirectory)/.ci/azure-pipelines/macos_build.sh'
|
|
env:
|
|
SE_BUILD_NUMBER_TOKEN: $(BUILD_NUMBER_TOKEN)
|
|
displayName: 'Build'
|