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

enabled tests on CI #904

Merged
merged 9 commits into from
Jan 21, 2024
Merged

Conversation

christian-rauch
Copy link
Collaborator

@christian-rauch christian-rauch commented Jan 21, 2024

The tests have effectively been disabled in the CI as Catch2 was not installed on Ubuntu and Windows and macOS installed a newer version that CMake would ignore to use. This PR installs Catch2 on Ubuntu 22.04 via the package manager and activates the test for Ubuntu on the CI. For Windows and macOS, Catch2 v3 has to be used and for this, the tests have to be upgraded.

Fixes #847.

@christian-rauch christian-rauch merged commit 099f298 into stevenlovegrove:master Jan 21, 2024
6 checks passed
@christian-rauch christian-rauch deleted the ci_test branch January 21, 2024 23:44
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.

ctest does not work on Ubuntu 18.04!
2 participants