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

Switch to GitHub Actions #245

Merged
merged 2 commits into from
Sep 13, 2019
Merged

Switch to GitHub Actions #245

merged 2 commits into from
Sep 13, 2019

Commits on Sep 13, 2019

  1. Switch to GitHub Actions

    This commit switches our CI from Travis CI + AppVeyor to GitHub Actions.
    There's a few minor problems still such as the Windows runners
    sometimes not being able to checkout the commit or upload the artifacts.
    This seems to be mitigated by running the Windows jobs first though.
    Other problems include that the currently released version of cross
    isn't compatible with GitHub Actions so we use a custom version in the
    meantime.
    CryZe committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    3ae1c3b View commit details
    Browse the repository at this point in the history
  2. Add gnux32 target for Linux

    CryZe committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c1b647f View commit details
    Browse the repository at this point in the history