qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 18/21] travis/osx: silent texinfo warnings


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH v2 18/21] travis/osx: silent texinfo warnings
Date: Thu, 22 Jun 2017 00:32:28 -0300

  $ make info
    GEN     qemu-doc.html
  qemu-doc.texi:8: warning: unrecognized encoding name `UTF-8'.
    GEN     qemu-doc.txt
  qemu-doc.texi:8: warning: unrecognized encoding name `UTF-8'.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 3de3798121..d007fdc9fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -84,6 +84,8 @@ git:
   submodules: false
 before_install:
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libffi gettext glib 
pixman ccache ; fi
+  # silent texinfo warnings 
(https://github.com/xiaohanyu/oh-my-emacs/blob/c664894e2f1c1cb0f95a9f2da88d41b00f190856/core/ome-basic.org#homebrew)
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install texinfo && brew link 
texinfo --force ; fi
   - travis_retry git submodule update --init --recursive
 before_script:
   # https://docs.travis-ci.com/user/caching#ccache-on-os-x
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]