Skip to content

lower autoconf requirement for compatibility with ubuntu 20.04 #20

lower autoconf requirement for compatibility with ubuntu 20.04

lower autoconf requirement for compatibility with ubuntu 20.04 #20

Workflow file for this run

name: Coverity Scan
# We only want to test master or explicitly via coverity branch
on:
push:
branches: [master, coverity]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: .github/build.sh coverity
- uses: vapier/coverity-scan-action@v0
with:
project: OpenSC%2Fpam_p11
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: '[email protected]'