Tell Azure CI to get submodules.

main
David Chisnall 7 years ago
parent de9f74015f
commit 824135cc54

@ -10,6 +10,8 @@ jobs:
Release: Release:
BuildType: Release BuildType: Release
steps: steps:
- checkout: self
submodules: true
- script: | - script: |
sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main" sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main"
sudo apt-get update sudo apt-get update
@ -55,6 +57,8 @@ jobs:
Arch: x64 Arch: x64
Flags: -m64 Flags: -m64
steps: steps:
- checkout: self
submodules: true
- script: | - script: |
choco.exe install ninja choco.exe install ninja
choco.exe install llvm choco.exe install llvm

Loading…
Cancel
Save