[gssdp/wip/phako/ci] ci: Make helper scripts executable




commit 343cfdaa1e7d2830a778776fa17ad17b6280cedc
Author: Jens Georg <mail jensge org>
Date:   Sat May 22 13:12:51 2021 +0200

    ci: Make helper scripts executable

 .gitlab-ci.yml                         | 4 ++--
 .gitlab-ci/scanbuild-plist-to-junit.py | 0
 .gitlab-ci/scanbuild-wrapper.sh        | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee0a6cd..1551f16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -131,10 +131,10 @@ static-scan:
     paths:
       - _scan_build/meson-logs
     reports:
-        junit: $MESON_BUILDDIR/junit-*.xml
+        junit: _scan_build/junit-*.xml
   allow_failure: true
   after_script:
-    - .gitlab-ci/scanbuild-plist-to-junit.py "$MESON_BUILDDIR"/meson-logs/scanbuild/ > 
"$MESON_BUILDDIR"/junit-scan-build.xml
+    - .gitlab-ci/scanbuild-plist-to-junit.py _scan_build/meson-logs/scanbuild/ > 
_scan_build/junit-scan-build.xml
 
 
 
diff --git a/.gitlab-ci/scanbuild-plist-to-junit.py b/.gitlab-ci/scanbuild-plist-to-junit.py
old mode 100644
new mode 100755
diff --git a/.gitlab-ci/scanbuild-wrapper.sh b/.gitlab-ci/scanbuild-wrapper.sh
old mode 100644
new mode 100755


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]