[pygobject/pygobject-3-30] CI: disable lcov under MSYS2
- From: Christoph Reiter <creiter src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [pygobject/pygobject-3-30] CI: disable lcov under MSYS2
 
- Date: Fri,  7 Jun 2019 16:34:06 +0000 (UTC)
 
commit ebc9a3b8eb4f93aac213d512d24e4b9629947a33
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Fri Jun 7 16:17:59 2019 +0200
    CI: disable lcov under MSYS2
    
    It doesn't support gcc9 yet
 .gitlab-ci/test-msys2.sh | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 2b11aea6..38d4fbc1 100755
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -51,10 +51,11 @@ export PYTHONDEVMODE=1
 $PYTHON setup.py build_tests
 MSYSTEM= $PYTHON -m coverage run tests/runtests.py
 
-curl -O -J -L "https://github.com/linux-test-project/lcov/archive/master.tar.gz"
-tar -xvzf lcov-master.tar.gz
-
-./lcov-master/bin/lcov \
-    --rc lcov_branch_coverage=1 --no-external \
-    --directory . --capture --output-file \
-    "${COV_DIR}/${COV_KEY}.lcov"
+# FIXME: lcov doesn't support gcc9
+#~ curl -O -J -L "https://github.com/linux-test-project/lcov/archive/master.tar.gz"
+#~ tar -xvzf lcov-master.tar.gz
+
+#~ ./lcov-master/bin/lcov \
+    #~ --rc lcov_branch_coverage=1 --no-external \
+    #~ --directory . --capture --output-file \
+    #~ "${COV_DIR}/${COV_KEY}.lcov"
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]