[jhbuild] CI: set use_local_modulesets=True so we don't use the master moduleset for testing



commit 610230213d2e85f81d75cc943682bdc35ef623cf
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Sep 4 20:20:26 2019 +0200

    CI: set use_local_modulesets=True so we don't use the master moduleset for testing

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a002fcb3..5436938f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,8 @@ ubuntu-19.04-glib:
     - make
     - make install
     - export PATH=$HOME/.local/bin:$PATH
+    - mkdir -p $HOME/.config
+    - echo "use_local_modulesets = True" >> $HOME/.config/jhbuildrc
     - sudo apt-file update
     - jhbuild --no-interact --exit-on-error sysdeps --install --assume-yes glib
     - sudo apt install -y zlib1g-dev docbook-xml docbook-xsl python3-setuptools


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