From 55ae212e3a91cd39803936059153049975fdb37e Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 10:55:19 +0200 Subject: [PATCH] azure cmake --- azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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' -- 2.40.0