[ci] Test cs::undefined 1 job at a time to decrease memory consumption.

This commit is contained in:
Adam Wulkiewicz 2019-06-30 20:00:06 +02:00
parent cfb0f27381
commit ea72a91746

View File

@ -278,7 +278,8 @@ jobs:
<<: *config
steps:
- *attach_workspace
- run: ./$BOOST_DIR/libs/geometry/.circleci/run_test.sh cs_undefined test/cs_undefined
# 1 test at a time to decrease memory consumption causing gcc internal error
- run: ./$BOOST_DIR/libs/geometry/.circleci/run_test.sh cs_undefined test/cs_undefined 1
- persist_to_workspace:
root: ~/project
paths: