mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Add debug info
This commit is contained in:
9
.github/workflows/check.yml
vendored
9
.github/workflows/check.yml
vendored
@@ -26,13 +26,13 @@ jobs:
|
|||||||
path: src/cppcheck
|
path: src/cppcheck
|
||||||
|
|
||||||
- name: Build and install cppcheck
|
- name: Build and install cppcheck
|
||||||
|
working-directory: src/cppcheck
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
cmake --build .
|
cmake --build .
|
||||||
sudo cmake --install .
|
sudo cmake --install .
|
||||||
working-directory: src/cppcheck
|
|
||||||
|
|
||||||
- name: Execute linter check with cppcheck
|
- name: Execute linter check with cppcheck
|
||||||
run: |
|
run: |
|
||||||
@@ -41,3 +41,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Check license headers
|
- name: Check license headers
|
||||||
uses: apache/skywalking-eyes/header@v0.6.0
|
uses: apache/skywalking-eyes/header@v0.6.0
|
||||||
|
|
||||||
|
- name: Run debug commands on failure
|
||||||
|
if: ${{ failure() }}
|
||||||
|
run: |
|
||||||
|
env
|
||||||
|
pwd
|
||||||
|
git status
|
||||||
|
|||||||
Reference in New Issue
Block a user