Skip to content

Add GitHub Actions #6

@NicMcPhee

Description

@NicMcPhee

That would be useful for both the students and the TAs. This should include:

  • GTest to make sure the tests still pass
  • valgrind to make sure there are no memory leaks
  • Make badges out of these if possible

There are GitHub Actions that include gtest now, so hopefully that won't be too big a deal.

It looks like we might need to install valgrind in the container that runs the tests. Apparently this will do the job:

sudo apt install -y valgrind

but takes rather a while to do the install.

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