mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-11-01 02:31:34 +01:00
add options.cmake project config file
common options used for every cmake project prevent reame of standalone executable via cmake properties
This commit is contained in:
parent
9391ce636a
commit
6ea6bdd2ea
11 changed files with 84 additions and 103 deletions
6
.github/workflows/standalone.yml
vendored
6
.github/workflows/standalone.yml
vendored
|
|
@ -30,5 +30,7 @@ jobs:
|
|||
- name: build
|
||||
run: cmake --build build -j4
|
||||
|
||||
- name: run
|
||||
run: ./build/bin/Greeter
|
||||
- name: test
|
||||
run: |
|
||||
cd build
|
||||
ctest --build-config Debug --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue