]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
circleci : make libzstd-nomt had its own test
authorYann Collet <cyan@fb.com>
Sat, 2 Dec 2017 00:27:24 +0000 (16:27 -0800)
committerYann Collet <cyan@fb.com>
Sat, 2 Dec 2017 00:27:24 +0000 (16:27 -0800)
circle.yml

index b488c1a7b8a35681cff52df6476bdf6ff8a6f0b3..7e042d1041e157a3b0c21055dd9b84a5cb0b6b74 100644 (file)
@@ -9,7 +9,7 @@ dependencies:
 test:
   override:
     - ? |
-        if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then cc -v; make all   && make clean && make -C lib libzstd-nomt && make clean; fi &&
+        if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then cc -v; make all   && make clean; fi &&
         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make gnu90build   && make clean; fi
       :
         parallel: true
@@ -58,6 +58,10 @@ test:
         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then true; fi # Could add another test here
       :
         parallel: true
+    - ? |
+        if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make -C lib libzstd-nomt && make clean; fi
+      :
+        parallel: true
 
   post:
     - echo Circle CI tests finished