mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
[ci] Test cs::undefined 1 job at a time to decrease memory consumption.
This commit is contained in:
parent
cfb0f27381
commit
ea72a91746
@ -278,7 +278,8 @@ jobs:
|
|||||||
<<: *config
|
<<: *config
|
||||||
steps:
|
steps:
|
||||||
- *attach_workspace
|
- *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:
|
- persist_to_workspace:
|
||||||
root: ~/project
|
root: ~/project
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user