You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
gcov 8 outputs **a lot** (gigabytes) of messages like ``` test_tile_elements.dir/test/tests/TestData.cpp.gcno:'main' has arcs to entry block test_tile_elements.dir/test/tests/TestData.cpp.gcno:'main' has arcs from exit block test_tile_elements.dir/test/tests/TileElements.cpp.gcno:'main' has arcs to entry block test_tile_elements.dir/test/tests/TileElements.cpp.gcno:'main' has arcs from exit block test_tile_elements.dir/test/tests/TileElements.cpp.gcno:'_ZNK9__gnu_cxx13new_allocatorIcE8max_sizeEv' has arcs to entry block test_tile_elements.dir/test/tests/TileElements.cpp.gcno:'_ZNK9__gnu_cxx13new_allocatorIcE8max_sizeEv' has arcs from exit block test_tile_elements.dir/test/tests/TileElements.cpp.gcno:'_ZN9__gnu_cxx13new_allocatorIcE8allocateEjPKv' has arcs to entry block test_tile_elements.dir/test/tests/TileElements.cpp.gcno:'_ZN9__gnu_cxx13new_allocatorIcE8allocateEjPKv' has arcs from exit block ``` which we cannot alleviate, but they overload Travis' log size of 4MiB causing the jobs to get killed. This will simply silence those messages.