Skip to content

Commit

Permalink
run directly in mounted dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed Jul 31, 2023
1 parent b183052 commit 31e1392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tiiuae-coverity-scan-image.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: tiiuae-builder-images

on:
# REMOVE BEFORE MERGE:
push:
# Run only manually
workflow_dispatch:

Expand Down
9 changes: 5 additions & 4 deletions packaging/entrypoint_coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
COVERITY_SUMMARY_OUT=/main_ws/cov-analyze-result.txt
COVERITY_SCAN_OUT=/main_ws/cov-scan-output.txt
COVERITY_REPORT_OUT=/main_ws/coverity-output
SOURCE_DIR=/sources
#SOURCE_DIR=/sources

cp -r /main_ws ${SOURCE_DIR}
cp ${SOURCE_DIR}/packaging/coverity.yaml ${SOURCE_DIR}/coverity.yaml
cd ${SOURCE_DIR}
# cp -r /main_ws ${SOURCE_DIR}
# cp ${SOURCE_DIR}/packaging/coverity.yaml ${SOURCE_DIR}/coverity.yaml
# cd ${SOURCE_DIR}
cp /main_ws/packaging/coverity.yaml /main_ws/coverity.yaml

export PATH=$PATH:/cov/bin/
cov-configure --gcc
Expand Down

0 comments on commit 31e1392

Please sign in to comment.