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

Migrate windows CI to Github Actions #662

Merged
merged 5 commits into from Apr 12, 2020

Commits on Apr 12, 2020

  1. Improve wording of a spec

    This spec used to load `abbrev` in the past. That was changed, but I
    forgot to update the message.
    deivid-rodriguez committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    f0a7f5a View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary lines

    They make the CI more brittle because these files might not always be
    present.
    deivid-rodriguez committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    62f2298 View commit details
    Browse the repository at this point in the history
  3. Simplify finding sitelibdir

    This is simpler and also doesn't depend on hardcoded installation paths.
    deivid-rodriguez committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    7f72b9b View commit details
    Browse the repository at this point in the history
  4. Migrate and merge steps for copying rb-readline patches

    In other CI systems such as Github Actions, it's not as easy to persist
    environment variables across steps, so merging all these related steps
    to use the same shell makes migration easier.
    deivid-rodriguez committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    24b3313 View commit details
    Browse the repository at this point in the history
  5. Migrate Windows CI to Github Actions

    I needed to workaround one test because on the Github Actions
    environment, the test path is not the last feature to have been loaded.
    The test is only concerned with it having been loaded, no matter in
    which position, so adapt the assertion.
    deivid-rodriguez committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    f4d0f35 View commit details
    Browse the repository at this point in the history