Skip to content

Commit

Permalink
one line command
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Nov 8, 2024
1 parent c9c3876 commit 2c1db10
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@ jobs:
- uses: actions/checkout@v4
- name: Configure
run: mkdir build
run: cmake
-DCMAKE_CXX_STANDARD=20
-DCMAKE_BUILD_TYPE=relwithdebinfo
-DCMAKE_CXX_COMPILER=g++
-DCMAKE_C_COMPILER=gcc
-DTBB_CPF=ON
-B ${{GITHUB_WORKSPACE}}/build
run: cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DTBB_CPF=ON -B ${{GITHUB_WORKSPACE}}/build
- name: Run Coverity scan
- uses: vapier/coverity-scan-action@v1
with:
Expand Down

0 comments on commit 2c1db10

Please sign in to comment.