updated azure-pipelines.yml

pull/2/head
Hari Sekhon 5 years ago
parent ce8fe9d85d
commit 207b660cb3

@ -38,5 +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 && apt update && apt install -y git make && make init default test"
- script: sudo docker run -v "$PWD":/pwd ubuntu:18.04 /bin/bash -c "set -ex && cd /pwd && apt update && apt install -y git make && make init && make ci test"
displayName: docker build

Loading…
Cancel
Save