mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Execute unit tests
This commit is contained in:
parent
b626217e79
commit
f4b582ba46
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -100,10 +100,12 @@ jobs:
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE \
|
||||
-DCMAKE_CXX_FLAGS="-DCMAKE_CXX_FLAGS=-DJSON_HAS_CPP_14"
|
||||
- name: analysis
|
||||
- name: build
|
||||
run: cmake --build build --verbose
|
||||
- name: unit-test
|
||||
run: ./bin/snapcast_test
|
||||
|
||||
|
||||
|
||||
linux:
|
||||
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue