From: Yann Collet Date: Sat, 2 Dec 2017 01:02:55 +0000 (-0800) Subject: circleci: removed one test node X-Git-Tag: v1.3.3^2~21^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363355448b5032d062673cb5faf56a742571d190;p=thirdparty%2Fzstd.git circleci: removed one test node --- diff --git a/circle.yml b/circle.yml index e7f17979c..cc494905c 100644 --- a/circle.yml +++ b/circle.yml @@ -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