mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23: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
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user