-
Notifications
You must be signed in to change notification settings - Fork 48
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 Windows support in GitHub Actions #296
Conversation
The CI is not complete (the disabled part are documented in the scripts with the reference to the relative issue) but not it runs fine, so I think we can merge it as it is and modify it as soon as the blocking issue get resolved. |
@@ -19,7 +19,7 @@ jobs: | |||
matrix: | |||
build_type: [Debug, Release] | |||
project_tags: [Stable, Unstable] | |||
os: [ubuntu-latest, macOS-10.14] | |||
os: [ubuntu-latest, macOS-10.14, windows-2019] |
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.
I didn't find this key in the official documentation. Where did you find it?
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.
Apparently both windows-2019 and macOS-10.14 disappeared from the documentation, but they used to be there and they are still working fine. See actions/runner-images#81 for a related issue for macOS .
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.
I see, thanks for the link!
No description provided.