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

Windows CI with GitHub actions #892

Closed
wants to merge 8 commits into from
Closed

Windows CI with GitHub actions #892

wants to merge 8 commits into from

Conversation

mgautierfr
Copy link
Collaborator

@mgautierfr mgautierfr commented Jun 3, 2024

Fixes #891

While they are internal (and not part of public API), unittest are testing
them and so we need to link to them.
On Windows, static members are not exported in dll.
So we must not use them in inlined method/constructor.
On Windows, if we declare a exported class, the implementation of this
class is expected in the dll.

When compiling without xapian we must not include headers for which we
don't compile the implementation.
@kelson42 kelson42 changed the title Windows Windows CI with GitHub actions Jun 3, 2024
@mgautierfr
Copy link
Collaborator Author

Superseded by #894

@mgautierfr mgautierfr closed this Jun 10, 2024
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.

Windows CI using Github actions
1 participant