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 to GitHub Actions and add test infrastructure with Catch2 #96

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

nhthn
Copy link

@nhthn nhthn commented Feb 2, 2022

Hi Craig! Small world, we've actually met before (Point Lobos trip with Jeff years ago).

I have been using midifile in a singing synthesizer project I'm working on, and it's fantastic. However, there is some bitrot happening in this repo with regards to CMake versions and Travis CI dropping their free tier. I also thought it would be cool to start on integration and unit test coverage.

This PR makes the following changes:

  • upgrades from CMake 2.8 to 3.0 to avoid an unsupported software warning
  • drops Travis and AppVeyor in favor of GitHub Actions
  • adds Catch2 as a submodule and introduces two integration tests for starters
  • runs tests in CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant