Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Nov 8, 2024
1 parent 0c46614 commit ead7b24
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -36,14 +36,13 @@ jobs:
name: Coverity Linux
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Configure
run: mkdir build
- name: Run Coverity scan
- uses: vapier/coverity-scan-action@v1
with:
token: ${{ secrets.COVERITY_TOKEN }}
email: ${{ secrets.COVERITY_EMAIL }}
project: ${{env: COVERITY_PROJECT }}
command: make VERBOSE=1 -j${BUILD_CONCURRENCY}
- uses: actions/checkout@v4
- name: Configure
run: mkdir build
- uses: vapier/coverity-scan-action@v1
with:
token: ${{ secrets.COVERITY_TOKEN }}
email: ${{ secrets.COVERITY_EMAIL }}
project: ${{env: COVERITY_PROJECT }}
command: make VERBOSE=1 -j${BUILD_CONCURRENCY}
# 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

0 comments on commit ead7b24

Please sign in to comment.