Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance CMake testing in CI #643

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Enhance CMake testing in CI #643

merged 2 commits into from
Oct 30, 2024

Conversation

zeux
Copy link
Owner

@zeux zeux commented Oct 30, 2024

We now test CMake for Linux/macOS on GHA, and test it for all supported VS versions on AppVeyor (previously CMake was only exercised in GHA on Windows).

To reduce the impact on AppVeyor build time we only run a quick library build without actually compiling or running tests. This can be expanded in the future if need be.

To not inflate the build matrix too much, just use the default settings;
we mostly need this to test the CMake flow, not to test the actual code.
To reduce build time impact we just do a quick smoke test (configure &
build).
@zeux zeux merged commit 781e2db into master Oct 30, 2024
29 checks passed
@zeux zeux deleted the cmake-test branch October 30, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant