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

Fix part of #17: Add Github Actions for CI #41

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

kevinl120
Copy link
Contributor

Overview

This PR fixes part of #17.
This PR does the following: Creates build configuration file to use with Github Actions. Builds are triggered on each pull request.

Copy link
Contributor

@harrisonCassar harrisonCassar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! I'll merge this here in just a bit...

Though I'm sure you might have already seen, for documentation's sake, I'll just mention that I also included on the master README a method I was thinking of for implementing a system test infrastructure that makes it easy for Reach developers to add new ones. Just thought I'd mention it here since its a bit relevant!

Comment on lines +42 to +48
# - name: Test
# # Currently, we have no tests. Once tests are added, we can uncomment this build step.
# working-directory: ${{runner.workspace}}/Software/build
# shell: bash
# # Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
# run: ctest -C $BUILD_TYPE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for including this section for running ctest (for unit tests) once we get there. We'll want to add some documentation possibly in the master README, but I think at this point, though, we can wait until we actually add some unit tests.

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.

2 participants