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

Add CI for Windows #18

Merged
merged 5 commits into from
Oct 16, 2023
Merged

Add CI for Windows #18

merged 5 commits into from
Oct 16, 2023

Conversation

mdpiper
Copy link
Member

@mdpiper mdpiper commented Oct 16, 2023

This PR sets up a CI workflow job to configure, build, and install the project on Windows. It's a bit sketchy, though; because of csdms/bmi-fortran#51, I rebuild the the bmi-fortran bindings as a step in the job. Also, running CTest segfaulted on every test. (CTest runs with no issues locally on my Surface.)

This fixes #11.

@mdpiper
Copy link
Member Author

mdpiper commented Oct 16, 2023

I also updated the minimum required CMake version, and I now use the GnuInstallDirs variables.

@mdpiper
Copy link
Member Author

mdpiper commented Oct 16, 2023

See #19 for a description of the CTest fail.

@mdpiper mdpiper merged commit 6400139 into master Oct 16, 2023
@mdpiper mdpiper deleted the mdpiper/add-windows-ci branch October 16, 2023 20:54
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.

Perform continuous integration on Windows
1 participant