mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2025-10-21 20:10:36 +00:00
Merge branch 'gh-actions'
This commit is contained in:
commit
93572b0d70
@ -1,6 +1,6 @@
|
||||
# Overview
|
||||
|
||||

|
||||
[](https://github.com/jorenchik/testing-spring-2024/actions/workflows/test.yml)
|
||||
|
||||
## Project
|
||||
|
||||
@ -23,7 +23,7 @@ Compilation on Linux requires cmake and CXX compiler (e.g., g++).
|
||||
### ninja
|
||||
|
||||
```bash
|
||||
cmake -Gninja -Bbuild
|
||||
cmake -G ninja -B build
|
||||
cd build
|
||||
ninja
|
||||
./main
|
||||
@ -32,7 +32,7 @@ ninja
|
||||
### Make
|
||||
|
||||
```bash
|
||||
cmake -Bbuild
|
||||
cmake -B build
|
||||
cd build
|
||||
make
|
||||
./main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user