Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Jan 29, 2024
1 parent 6d39ea4 commit a73d503
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1,389 deletions.
695 changes: 0 additions & 695 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.

52 changes: 5 additions & 47 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,62 +47,20 @@ jobs:
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@v3
with:
name: checkers_report-linux
path: cppcheck/checkers_report.txt

cppcheck-windows:

timeout-minutes: 60
runs-on: windows-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
& "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Msbuild\\Current\\Bin\\amd64\\msbuild.exe" /m /p:Configuration=Release /p:Platform=x64
- name: Setup cmake
uses: lukka/get-cmake@latest

- name: cmake p2pool
run: |
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -DSTATIC_LIBS=ON
- name: Run cppcheck
- name: Debug
run: |
cd cppcheck
./run.cmd
ls -la
ls -la ../cppcheck-main/
- name: Archive full error list
uses: actions/upload-artifact@v4
with:
name: errors_full-windows
name: errors_full-linux
path: cppcheck/errors_full.txt

- name: Archive checkers report
uses: actions/upload-artifact@v3
with:
name: checkers_report-windows
name: checkers_report-linux
path: cppcheck/checkers_report.txt
68 changes: 0 additions & 68 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 a73d503

Please sign in to comment.