From: Yann Collet Date: Fri, 17 Nov 2017 10:14:16 +0000 (-0800) Subject: fixed circle-ci script X-Git-Tag: v1.3.3^2~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a445e65d6eb71e4cca371ea37560852362db04;p=thirdparty%2Fzstd.git fixed circle-ci script --- diff --git a/circle.yml b/circle.yml index 5bc0ce643..b488c1a7b 100644 --- a/circle.yml +++ b/circle.yml @@ -24,7 +24,7 @@ test: : parallel: true - ? | - if [[ "$CIRCLE_NODE_INDEX" == "0" ]] ; then make gppbuild && make clean; fi && + if [[ "$CIRCLE_NODE_INDEX" == "0" ]] ; then make cxxtest && make clean; fi && if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make gcc5build && make clean; fi : parallel: true