Skip to content

LOG the running mode #98

LOG the running mode

LOG the running mode #98

Workflow file for this run

name: Coverity Scan
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install build tools and dependencies
run: DEBIAN_FRONTEND=noninteractive sudo apt-get -y install build-essential libdvbcsa-dev libssl-dev zlib1g-dev libxml2-dev
- name: configure
run: ./configure
- uses: vapier/coverity-scan-action@v1
with:
project: minisatip2
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: reply+AB6SAEPNLEJSCE2WJ37GDNF6TC2NXEVBNHHDIEHQTY@reply.github.com