UMM-CSci-Systems / C-programming-pre-lab

Pre-lab to get started on compiling and running C programs and valgrind
MIT License
0 stars 2 forks source link

Add GitHub Actions #6

Closed NicMcPhee closed 2 years ago

NicMcPhee commented 4 years ago

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

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.

NicMcPhee commented 3 years ago

This was done for (at least) the first two C labs, so we know how to bring it to this one as well. We just need to do it.