From ad3a873cdafafd0d09cc5a8d98569ef2d042cf36 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 26 May 2019 10:58:11 +0200 Subject: [PATCH] azure cmake --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa9854c..c854559 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,11 +11,11 @@ pool: steps: - script: | - set -ex - rm -rf build - mkdir build - cd build - cmake .. - make + cmake + displayName: 'configure' +- script: | + make all + displayName: 'make all' +- script: | make check - displayName: 'make' + displayName: 'make check' -- 2.40.0