ChicoState / ChicoState/tally

Set up Build continuous integration

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
4
PR merge metrics
No merged PRs in 30d

Description

We want to create a CI workflow called `compile` so that it builds the application in an Ubuntu environment with the command:
`g++ -std=c++17 -o tally main.cpp`

It should be triggered to run whenever:
- a pull request has been made for the **main** branch,
- any new commits have been pushed to a branch called `devops`

We also want to integrate a status badge of the **compile** workflow into `README.md` so we can quickly see the latest result.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.