]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
circleci: removed one test node
authorYann Collet <cyan@fb.com>
Sat, 2 Dec 2017 01:02:55 +0000 (17:02 -0800)
committerYann Collet <cyan@fb.com>
Sat, 2 Dec 2017 01:02:55 +0000 (17:02 -0800)
circle.yml

index e7f17979cad82ed59c70c1b8ab92ff6d4279924a..cc494905cc85512b338120dcdf5351d58769e4c5 100644 (file)
@@ -59,11 +59,7 @@ test:
         parallel: true
     - ? |
         if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make -j regressiontest && make clean; fi &&
-        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
+        if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make -C lib libzstd-nomt && make clean; fi
       :
         parallel: true