mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
2dab282eb2
This commit: - Switches from Ubuntu 16.04 to 18.04 for all builds, mainly in order to use a more recent version of libsodium. - Installs libsodium, used by the WireGuard implementation.
12 lines
349 B
YAML
12 lines
349 B
YAML
jobs:
|
|
- job: macOS
|
|
pool:
|
|
vmImage: macOS-latest
|
|
steps:
|
|
- 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'
|