updated azure-pipelines.yml

pull/2/head
Hari Sekhon 4 years ago
parent 75ea0b3375
commit 770923d38a

@ -38,10 +38,5 @@ pool:
# hacky workaround to Azure Pipelines limitations :-(
steps:
- script: sudo docker run -v "$PWD":/pwd ubuntu:18.04 /bin/bash -c "set -ex &&
cd /pwd &&
git submodule update --init
find . -maxdepth 3 -name ci_bootstrap.sh | head -n 1 | xargs sh &&
make init &&
make ci test"
- script: sudo docker run -v "$PWD":/pwd ubuntu:18.04 /bin/bash -c "set -ex && cd /pwd && apt update -qq && apt install -qy git make && make init && make ci test"
displayName: docker build

Loading…
Cancel
Save