Обновить .gitea/workflows/ci.yml
All checks were successful
CI Pipeline / Lint (push) Successful in 40s
CI Pipeline / Test (push) Successful in 41s
CI Pipeline / Build (push) Successful in 40s

This commit is contained in:
2026-05-16 20:23:30 +03:00
parent a6862e77e4
commit fb2289214f

View File

@@ -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 удален