Skip to content

[WIP] Use Visual Studio and CMake in Windows CI builds #4300

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

Closed
wants to merge 1 commit into from

Conversation

tautschnig
Copy link
Collaborator

With CMake we can actually build natively on Windows/Visual Studio, there should
not be any need for Cygwin.

This is early testing, the PR will remain a draft until all issues are ironed out.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@karkhaz
Copy link
Collaborator

karkhaz commented Feb 28, 2019

It looks like you're doing CI work, but please don't hesitate to ping me if there are any local things you'd like me to try out

@kroening
Copy link
Member

Could you actually get rid of cygwin for the build?
This page may be helpful as roadmap:
https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/

@tautschnig
Copy link
Collaborator Author

Could you actually get rid of cygwin for the build?

Given @karkhaz experience it should definitively be possible. I'm just trying to figure out how to do this in CodeBuild.

@tautschnig tautschnig force-pushed the ci-msvc branch 6 times, most recently from f0a924a to 812b3cd Compare February 28, 2019 13:32
With CMake we can actually build natively on Windows/Visual Studio, there should
not be any need for Cygwin.
@tautschnig
Copy link
Collaborator Author

#5162 actually made this happen, closing.

@tautschnig tautschnig closed this Oct 18, 2019
@tautschnig tautschnig deleted the ci-msvc branch October 18, 2019 20:56
@tautschnig tautschnig restored the ci-msvc branch December 27, 2020 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants