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 Windows support in GitHub Actions #296

Merged
merged 11 commits into from
Nov 15, 2019
Merged

Conversation

traversaro
Copy link
Member

No description provided.

@traversaro
Copy link
Member Author

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]
Copy link
Member

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?

Copy link
Member Author

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 .

Copy link
Member

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!

@traversaro traversaro merged commit bdf3b7c into master Nov 15, 2019
@traversaro traversaro deleted the windows-add-ga-actions branch November 15, 2019 11:30
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.

3 participants