Skip to content

Merge pull request #157 from Nordix/cmake-corrections #26

Merge pull request #157 from Nordix/cmake-corrections

Merge pull request #157 from Nordix/cmake-corrections #26

Workflow file for this run

name: coverity
on:
push:
branches: [2.0]
jobs:
analyze:
if: github.repository == 'c9s/r3'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare
run: |
./autogen.sh
./configure --enable-check
- uses: vapier/coverity-scan-action@v1
with:
project: r3
email: yoanlin93+github@gmail.com
token: ${{ secrets.COVERITY_TOKEN }}