From: Guido Draheim Date: Sun, 26 May 2019 08:55:19 +0000 (+0200) Subject: azure cmake X-Git-Tag: v0.13.72~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55ae212e3a91cd39803936059153049975fdb37e;p=zziplib azure cmake --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40a2e1e..fa9854c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,5 +11,11 @@ pool: steps: - script: | - sh configure && make && make check + set -ex + rm -rf build + mkdir build + cd build + cmake .. + make + make check displayName: 'make'