Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Dec 2, 2024
1 parent cf325e0 commit 4e06fed
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,430 deletions.
747 changes: 0 additions & 747 deletions .github/workflows/c-cpp.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/clang-tidy.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,52 +13,6 @@ on:
- cron: '57 0 * * *'

jobs:
cppcheck-ubuntu:

timeout-minutes: 180
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Checkout cppcheck
uses: actions/checkout@v4
with:
repository: danmar/cppcheck
path: cppcheck-main

- name: Build cppcheck
run: |
cd cppcheck-main
make -j$(nproc) cppcheck
- name: cmake p2pool
run: |
mkdir build
cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSTATIC_LIBS=ON
python ../cppcheck/remove_external.py compile_commands.json
- name: Run cppcheck
run: |
cd cppcheck
./run.sh
- name: Archive full error list
uses: actions/upload-artifact@v4
with:
name: errors_full-linux
path: cppcheck/errors_full.txt

- name: Archive checkers report
uses: actions/upload-artifact@v4
with:
name: checkers_report-linux
path: cppcheck/checkers_report.txt

cppcheck-windows:

timeout-minutes: 60
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/msvc-analysis.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/source-snapshot.yml

This file was deleted.

Loading

0 comments on commit 4e06fed

Please sign in to comment.