Refactor CI: add clang, ubsan, asan, macos, windows #85
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CI now builds regressions, gcc, clang, apple clang, msvc.
On Linux and MacOS asan and ubsan was added.
On Windows the regression build with cmake does not seem to work correctly.
Also not sure how to build the examples on Windows with cmake.
Maybe someone with more Windows experience has an idea.
Also the linux/arm64 builds on QEMU take longer than 6h for the regression build, which is the maximum allowed by GitHub.
For now we still complete the job on some platforms, because so many regressions are failing that it doesn't seem to exhaust the runtime.
Longterm we probably have to disable asan,ubsan and regression build on QEMU.
However, the MacOS build is also on arm64, so we have that one at least for the arm64 architecture.