]> granicus.if.org Git - recode/commitdiff
Travis: configure --enable-silent-rules, to make overall logs shorter
authorReuben Thomas <rrt@sc3d.org>
Sat, 27 Jan 2018 14:21:17 +0000 (14:21 +0000)
committerReuben Thomas <rrt@sc3d.org>
Sun, 28 Jan 2018 22:41:22 +0000 (22:41 +0000)
.travis.yml

index f5a1cc79417a5fb520a3b46ad7522c9e5d15330e..9c2c4ed10be2f619547f828041d2d6035fc6b99c 100644 (file)
@@ -45,11 +45,11 @@ before_install:
 # Need gettext 0.19, not in trusty; xenial doesn’t seem to work well yet on Travis
 install:
   - wget ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz
-  - tar zxvf gettext-0.19.8.1.tar.gz
-  - cd gettext-0.19.8.1 && ./configure && sudo make install && cd ..
+  - tar zxf gettext-0.19.8.1.tar.gz
+  - cd gettext-0.19.8.1 && ./configure --quiet --enable-silent-rules && sudo make install && cd ..
 
 script:
   - ./bootstrap
-  - ./configure PYTHON=/usr/bin/python-dbg
+  - ./configure PYTHON=/usr/bin/python-dbg --enable-silent-rules
   - make
   - make DISTCHECK_CONFIGURE_FLAGS="PYTHON=/usr/bin/python-dbg" distcheck