-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
CI: Enable 32bit unit test (3) #3532
CI: Enable 32bit unit test (3) #3532
Conversation
Edit: I think I got it. Waiting for CI… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks a lot! |
Third time's the charm.
Some of the decision-making logic for whether the 32bit test should be built has been moved into
test.cmake
and the code for constructing unit tests is now slightly less awkward. When only the 32bit unit test is requested, processing of theCMakeLists.txt
is stopped early.A single-header build has been added to CI.