Обновить .gitea/workflows/ci.yml
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
run: sudo apt-get update && sudo apt-get install -y cppcheck
|
run: sudo apt-get update && sudo apt-get install -y cppcheck
|
||||||
- name: Run cppcheck
|
- name: Run cppcheck
|
||||||
run: |
|
run: |
|
||||||
cppcheck --enable=all --inconclusive -I include/ src/ tests/ --error-exitcode=1
|
cppcheck --enable=all --inconclusive -I include/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
@@ -48,4 +48,5 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cmake -B build -DCMAKE_BUILD_TYPE=Release
|
cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
# Блок Upload artifact удален
|
||||||
Reference in New Issue
Block a user