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 workflows to test OCaml trunk on Cygwin #305

Merged
merged 7 commits into from
Mar 14, 2023
Merged

Commits on Mar 8, 2023

  1. Drop explicit names in OPAM packages

    The path and file names are enough
    shym committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7af3336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa06732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c96cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acbf58c View commit details
    Browse the repository at this point in the history
  5. CI: Split the test suite into two parts for Cygwin

    The test suite takes too much time to run under Cygwin so split it up in
    two parts so that it can run within the timeout bound
    The two CI workflows have different roles, so that only one should
    hopefully build the compiler from scratch, the other one should get it
    from cache
    shym committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    75bc121 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dccbbe9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add two badges for the Cygwin workflows

    Unfortunately, as the test suite is split up into two workflows on
    Cygwin, we need two badges
    shym committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1677ee9 View commit details
    Browse the repository at this point in the history