]> granicus.if.org Git - zziplib/commitdiff
azure cmake
authorGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 08:58:11 +0000 (10:58 +0200)
committerGuido Draheim <guidod@gmx.de>
Sun, 26 May 2019 08:58:11 +0000 (10:58 +0200)
azure-pipelines.yml

index fa9854c0a1be4da12ac783926c1a62565480531b..c854559e44e64ce813dac29fad6ff5f8104022e2 100644 (file)
@@ -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'