mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[ci,coverity] fix indentation
This commit is contained in:
parent
c84bb6339b
commit
0bb38d0acf
6
.github/workflows/coverity.yml
vendored
6
.github/workflows/coverity.yml
vendored
@ -13,7 +13,6 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
scan:
|
scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
if: ${{ github.repository_owner == 'FreeRDP' }}
|
if: ${{ github.repository_owner == 'FreeRDP' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -25,17 +24,18 @@ jobs:
|
|||||||
ninja-build \
|
ninja-build \
|
||||||
ccache \
|
ccache \
|
||||||
clang \
|
clang \
|
||||||
sudo mk-build-dep --install packaging/deb/freerdp-nightly/control
|
sudo mk-build-dep --install packaging/deb/freerdp-nightly/control
|
||||||
|
|
||||||
- name: Download Coverity build tool
|
- name: Download Coverity build tool
|
||||||
run: |
|
run: |
|
||||||
wget -c -N https://scan.coverity.com/download/linux64 --post-data "token=${{ secrets.COVERITY_SCAN_TOKEN }}&project=FreeRDP" -O coverity_tool.tar.gz
|
wget -c -N https://scan.coverity.com/download/linux64 --post-data "token=${{ secrets.COVERITY_SCAN_TOKEN }}&project=FreeRDP" -O coverity_tool.tar.gz
|
||||||
mkdir coverity_tool
|
mkdir coverity_tool
|
||||||
tar xzf coverity_tool.tar.gz --strip 1 -C coverity_tool
|
tar xzf coverity_tool.tar.gz --strip 1 -C coverity_tool
|
||||||
|
|
||||||
- name: Build with Coverity build tool
|
- name: Build with Coverity build tool
|
||||||
run: |
|
run: |
|
||||||
export PATH=`pwd`/coverity_tool/bin:$PATH
|
export PATH=`pwd`/coverity_tool/bin:$PATH
|
||||||
cov-configure --template --compiler clang --comptype clangcc
|
cov-configure --template --compiler clang --comptype clangcc
|
||||||
|
|
||||||
# in source build is used to help coverity to determine relative file path
|
# in source build is used to help coverity to determine relative file path
|
||||||
cmake \
|
cmake \
|
||||||
-GNinja \
|
-GNinja \
|
||||||
|
Loading…
Reference in New Issue
Block a user