Awesome
correct_cpp_scoreboard
Branch | Travis CI | Codecov |
---|---|---|
master |
Correct C++ chapter 'Scoreboard'.
:warning: this course does not work until I've updated the scripts to use GitHub Actions :warning:
Goal
- Experience a light version of how this course works
Prerequisites
- A GitHub account
- A Travis CI account
Exercise
- Within (only) this file (
README.md
):- Replace all
richelbilderbeek/correct_cpp_
s by[your_github_username]/correct_cpp_
, even in this line :+1: - The link to Correct C++ should still point to
richelbilderbeek
s version, even in this line :+1:
- Replace all
Chapter | ||
---|---|---|
hello | ||
hello_world | ||
hello_cli | ||
show_args | ||
is_odd | ||
bool_to_coin | ||
int_to_word | ||
is_prime | ||
is_perfect | ||
is_even | ||
euler_1 | ||
euler_2 | ||
:construction: hello_sfml | ||
:construction: hello_qt | ||
:construction: to_morse |
This is how this course works:
- Login to GitHub
- Fork this repository. See fork a chapter for help
- Clone your fork. See clone your fork for help
- Activate Travis CI for your GitHub. See activate for help
- On your local code, modify the README: replace
richelbilderbeek/correct_cpp_
by[your_github_username]/correct_cpp_
- On your local code, Do the exercise
- Push your code. See push your code for help
- Travis will now correct your GitHub If you did everything correctly, the build status of your fork will become green. Well done! Else, click on the red build status badge to view the Travis CI log