From 824135cc54b5bba29de610330687d39927f549c7 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Tue, 30 Jul 2019 13:52:14 +0100 Subject: [PATCH] Tell Azure CI to get submodules. --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ebec39..13940c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,8 @@ jobs: Release: BuildType: Release steps: + - checkout: self + submodules: true - script: | sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main" sudo apt-get update @@ -55,6 +57,8 @@ jobs: Arch: x64 Flags: -m64 steps: + - checkout: self + submodules: true - script: | choco.exe install ninja choco.exe install llvm