mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 07:18:23 -04:00
Try configuring and building for Coverity at once
This commit is contained in:
parent
05f770c8a4
commit
e6f3f4380f
2 changed files with 2 additions and 6 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -148,11 +148,10 @@ jobs:
|
|||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./unixbuild.sh --configure
|
||||
- name: Run Coverity
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/coverity/covstrap.sh) && eval "$src" || exit 1
|
||||
env:
|
||||
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
|
||||
COVERITY_SCAN_EMAIL: ${{ secrets.COVERITY_SCAN_EMAIL }}
|
||||
COVERITY_BUILD_COMMAND: ./unixbuild.sh --build
|
||||
COVERITY_BUILD_COMMAND: ./unixbuild.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue