Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Chris B d0e0aa92d7
Update GitHub workflow to (hopefully) work (#4812)
There were a few things missing in the initial attempt at this workflow. I left off the file extension for the CMake cache file, and also forgot to initialize the submodules.

Additionally using make is... slow. Using make `-j` causes the VM to run out of memory. To resolve those issues I'm installing ninja and using ninja instead. I'm also setting `LLVM_USE_LINKER=lld` to reduce linker memory usage and `LLVM_PARALLEL_LINK_JOBS=1` to only run one link at a time.

I've also added `--rerun-failed` and `--output-on-failure` to the ctest invocation so that if it fails we get some hopefully helpful output.
2022-11-28 11:16:55 -06:00
Chris f6f90d3066
Create action to generate code coverage (#4796)
This is a first stab at generating a github action to generate code coverage reports.
2022-11-21 13:40:34 -06:00