Skip to content

Commit

Permalink
ci: Add mbedtls path for coverity build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Apr 14, 2023
1 parent b65ad88 commit fc7bde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -56,6 +56,7 @@ jobs:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
- name: Build with cov-build
run: |
export MBEDTLS_DIR=$(readlink -f mbedtls-3.4.0)
export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
make CROSS_COMPILE=arm-none-eabi- BOARD=src/board/test clean
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
Expand Down

0 comments on commit fc7bde1

Please sign in to comment.