mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2025-10-21 20:10:36 +00:00
docs(actions): add "Tests" badge
This commit is contained in:
parent
a9cb883571
commit
83c2f9fdb5
@ -1,5 +1,7 @@
|
|||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Project
|
## Project
|
||||||
|
|
||||||
This is a simple C++ project that includes the function for our colleagues to
|
This is a simple C++ project that includes the function for our colleagues to
|
||||||
@ -21,7 +23,7 @@ Compilation on Linux requires cmake and CXX compiler (e.g., g++).
|
|||||||
### ninja
|
### ninja
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cmake -Gninja -Bbuild
|
cmake -G ninja -B build
|
||||||
cd build
|
cd build
|
||||||
ninja
|
ninja
|
||||||
./main
|
./main
|
||||||
@ -30,7 +32,7 @@ ninja
|
|||||||
### Make
|
### Make
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cmake -Bbuild
|
cmake -B build
|
||||||
cd build
|
cd build
|
||||||
make
|
make
|
||||||
./main
|
./main
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user