1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 15:54:57 +03:00

CI: Azure Pipelines: enable submodules checkout

it is better to have this enabled in yml, cause it allows to build
from forks easier
This commit is contained in:
Ilya Shipitsin
2021-08-26 14:34:09 +05:00
parent 78e89eb3c7
commit 84bc94b232
3 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,9 @@ jobs:
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'