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

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