Add CI for builds #1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Set up the build environment
|
||||
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
- name: Have clang-tidy lint for errors
|
||||
run: clang-tidy -p cmake-build-cli/ src/*.cpp src/*.h --warnings-as-errors='*'
|
||||
run: clang-tidy -p cmake-build-debug src/*.cpp src/*.h --warnings-as-errors='*'
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue