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 a basic Github Action CI for Windows #26069

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

kit-ty-kate
Copy link
Member

@kit-ty-kate kit-ty-kate commented Jun 12, 2024

On behalf of the opam team, this PR brings Windows to the platforms tested by opam-repository, as opam 2.2.0 is nearing its final release.

For now it only checks the last compiler version (you'll need to remove the cache to update it) and might timeout for large enough PRs due to the fact that it tests all changed packages iteratively. It is also not clever and will also test even minor changes that do not affect the build (e.g. metadata changes), but i think it is better than nothing to start with

.github/workflows/windows.yml Outdated Show resolved Hide resolved
.github/workflows/windows.yml Show resolved Hide resolved
kit-ty-kate and others added 2 commits June 12, 2024 14:55
Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>
@raphael-proust
Copy link
Collaborator

I'm merging because it looks ok and, even though I'm not very proficient in PowerShell, we can rollback anyway if need be.

@raphael-proust raphael-proust merged commit 6646d5b into ocaml:master Jun 12, 2024
3 checks passed
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.

2 participants