[gjs] CI: cut down the build time



commit 51bae18d81ac2d3a6409884a9c641015c32452a1
Author: Claudio André <claudioandre br gmail com>
Date:   Wed Jan 25 11:23:03 2017 -0200

    CI: cut down the build time
    
    Avoid building packages that we can use the provided installed versions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776549

 test/travis-ci.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/test/travis-ci.sh b/test/travis-ci.sh
index 2d140bc..0dfc288 100755
--- a/test/travis-ci.sh
+++ b/test/travis-ci.sh
@@ -110,6 +110,7 @@ function do_Configure_JHBuild(){
     cat <<EOFILE >> ~/.config/jhbuildrc
 module_autogenargs['gjs'] = '--enable-compile-warnings=error --enable-installed-tests --with-xvfb-tests'
 module_makeargs['gjs'] = '-s'
+skip = ['gettext', 'yelp-xsl', 'yelp-tools', 'gtk-doc']
 EOFILE
 
     echo '-- Done --'


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