summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2020-12-14 17:29:11 +0100
committerOneric <oneric@oneric.stub>2020-12-14 04:29:38 +0100
commit52a5b7ca7d51663d50dbcf3d768ee546623f73e8 (patch)
tree93368534fa39343f9f3b30197b3f653b79a811be
parent4cdc10d62d6cee3582bb43e1be2ddf0246f78182 (diff)
downloadlibass-ci.tar.bz2
libass-ci.tar.xz
[TMP] ci: Find out what that SCM warning is aboutci
-rw-r--r--.github/workflows/ghci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 50fde9e..1e69f2d 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -120,6 +120,14 @@ jobs:
COVERITY_UNSUPPORTED=1 cov-build --dir "$RES_DIR" make -j 2
cov-import-scm --dir "$RES_DIR" --scm git --log "$RES_DIR/scm_log.txt" 2>&1
+ echo ""
+ echo "[COV] SCM LOG"
+ echo "============="
+ echo ""
+ cat "$RES_DIR"/scm_log.txt
+ echo ""
+ echo ""
+
# Submit results to Coverity's server
tar czf libass.tar.gz "$RES_DIR"
upstat="$(curl --silent --write-out "\n%{http_code}\n" \