diff options
Diffstat (limited to 'thirdparty/cpr/.github/workflows/cppcheck.yml')
| -rw-r--r-- | thirdparty/cpr/.github/workflows/cppcheck.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/thirdparty/cpr/.github/workflows/cppcheck.yml b/thirdparty/cpr/.github/workflows/cppcheck.yml deleted file mode 100644 index 5834f37e6..000000000 --- a/thirdparty/cpr/.github/workflows/cppcheck.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "Test cppcheck" - -on: [push, pull_request] - -jobs: - cppcheck: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - submodules: true - - name: Update package list - run: sudo apt update - - name: Install cppcheck - run: sudo apt install cppcheck - - name: "[Release g++] Build" - env: - CPR_ENABLE_CPPCHECK: ON - uses: ashutoshvarma/action-cmake-build@master - with: - build-dir: ${{github.workspace}}/build - source-dir: ${{github.workspace}} - cc: gcc - cxx: g++ - build-type: Release - run-test: false
\ No newline at end of file |