Обновить .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/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1
|
cppcheck --enable=all --inconclusive -I include/ --suppress=missingIncludeSystem src/ tests/ --error-exitcode=1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
@@ -49,4 +49,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: calculator
|
name: calculator
|
||||||
path: build/test_calculator
|
path: build/test_calculator
|
||||||
Reference in New Issue
Block a user