circleci : make libzstd-nomt had its own test
This commit is contained in:
+5
-1
@@ -9,7 +9,7 @@ dependencies:
|
|||||||
test:
|
test:
|
||||||
override:
|
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
|
if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make gnu90build && make clean; fi
|
||||||
:
|
:
|
||||||
parallel: true
|
parallel: true
|
||||||
@@ -58,6 +58,10 @@ test:
|
|||||||
if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then true; fi # Could add another test here
|
if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then true; fi # Could add another test here
|
||||||
:
|
:
|
||||||
parallel: true
|
parallel: true
|
||||||
|
- ? |
|
||||||
|
if [[ "$CIRCLE_NODE_INDEX" == "0" ]] ; then make -C lib libzstd-nomt && make clean; fi
|
||||||
|
:
|
||||||
|
parallel: true
|
||||||
|
|
||||||
post:
|
post:
|
||||||
- echo Circle CI tests finished
|
- echo Circle CI tests finished
|
||||||
|
|||||||
Reference in New Issue
Block a user