Обновить .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
|
||||
- name: Run cppcheck
|
||||
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:
|
||||
name: Test
|
||||
@@ -49,3 +49,4 @@ jobs:
|
||||
run: |
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build
|
||||
# Блок Upload artifact удален
|
||||
Reference in New Issue
Block a user