ChicoState / ChicoState/MyFave
Set up CI for automated build
Open
- Dominant language
- Dockerfile
- Stars
- 1
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
We need to set up continuous integration for the GitHub repo so that:
* any time a pull request is made for the `main` branch, we make sure that the application **builds successfully** with the following compilation command:
```
g++ main.cpp --std=c++17 -o MyFave
```
* add a status badge to `README.md` that indicates the current status of the build on the `main` branch
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.