Skip to content

Rewrite CI with GitHub Actions #46

Description

@ekilmer

I see that there are both Travis and Appveyor CI files, but they seem outdated and aren't passing.

Would you be willing to review a PR that reimplemented the CI using GitHub Actions? GitHub Actions is free for public repos and supports Linux, Mac, and Windows runners.

If the above is okay, would you want to keep the CI environments exactly the same:

  • compiler versions
    • Linux - GCC 5
    • macOS - XCode 9.1
    • WIndows - VS 2013, 2015, 2017
  • CMake configurations (Debug and Release)
  • Architectures (x86-64)
  • CMake version (3.0, as specified as the minimum version in the CMakeLists.txt)

Or are there any modifications to reduce the number of jobs or update minimum versions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions