Skip to content

Commit

Permalink
Update azure-pipelines-coverity.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
try #9
  • Loading branch information
rgetz committed Mar 4, 2022
1 parent 1a933a6 commit c359625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
displayName: 'Configure with CMake'
- script: |
export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
cov-build --dir cov-int ${COVERITY_SCAN_BUILD_COMMAND}
cov-build --dir build ${COVERITY_SCAN_BUILD_COMMAND}
displayName: 'Build with cov-build'
- script: |
tar czvf libiio.tgz cov-int
tar czvf libiio.tgz build
curl \
--form project=${COVERITY_SCAN_PROJECT_NAME} \
--form token=$(COVERITY_SCAN_TOKEN) \
Expand Down

0 comments on commit c359625

Please sign in to comment.