mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-04-09 23:37:30 +00:00
CI: re-enabled cppcheck-ubuntu with faster parameters
This commit is contained in:
parent
9baec059ee
commit
02a9ce4ee5
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cppcheck.yml
vendored
3
.github/workflows/cppcheck.yml
vendored
|
@ -15,7 +15,6 @@ on:
|
|||
jobs:
|
||||
cppcheck-ubuntu:
|
||||
|
||||
if: false
|
||||
timeout-minutes: 240
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -40,7 +39,7 @@ jobs:
|
|||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSTATIC_LIBS=ON
|
||||
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSTATIC_LIBS=ON -DWITH_GRPC=OFF
|
||||
python ../cppcheck/remove_external.py compile_commands.json
|
||||
|
||||
- name: Run cppcheck
|
||||
|
|
Loading…
Reference in a new issue