[HarfBuzz] harfbuzz: Branch 'master' - 2 commits
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Oct 19 12:05:29 PDT 2015
.travis.yml | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
New commits:
commit 904b0dc3811464cf61dc9457664de95ee4f61a86
Merge: 86cadc2 ba096bc
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Oct 19 16:59:43 2015 -0200
Merge pull request #147 from ebraminio/dockerci
[ci] change to docker infrastructure
commit ba096bcc28ca80e2096e0a15191848fcd175e395
Author: Ebrahim Byagowi <ebrahim at gnu.org>
Date: Mon Oct 19 21:41:01 2015 +0330
[ci] change to docker infrastructure
diff --git a/.travis.yml b/.travis.yml
index 3f7378b..13cae63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
+# Linux Build Configuration for Travis
+sudo: false # Use Travis docker infrastructure
language: cpp
compiler:
- clang
@@ -12,14 +14,9 @@ env:
# via the "travis encrypt" command using the project repo's public key
- secure: "RoR4NtzEDTR8QKmLVuy2wN+YGXuq8VcgVvDuFJDdOdIbtX+kQStesJXDcf1y0G1T8Ripjn9JGXBd9eoUwNc8sJpxNwKZBkIPi42FuK6e/cZZRYlgUyi5df0fQJ8VSCDU7OoZJq3pAtTe8mQPeeuk5G7cKRSsJVt8e03K7PQcU6Y="
install:
- - sudo apt-get install pkg-config ragel gtk-doc-tools # for autogen.sh
- - sudo apt-get install libfreetype6-dev # for font functions
- - sudo apt-get install libglib2.0-dev # for font functions / tests / utils
- - sudo apt-get install libcairo2-dev # for utils
- - sudo apt-get install libicu-dev # for extra unicode functions
- - sudo apt-get install libgraphite2-dev # for extra shapers
- - #sudo apt-get install libgirepository1.0-dev # for gobject-introspection
- - sudo pip install cpp-coveralls # for coveralls.io code coverage tracking
+ - pip install --user nose
+ - pip install --user cpp-coveralls # for coveralls.io code coverage tracking
+ - export PATH=$HOME/.local/bin:$PATH # Make sure we can find the above Python packages
script:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
@@ -29,6 +26,17 @@ notifications:
email: harfbuzz at lists.freedesktop.org
addons:
+ apt:
+ packages:
+ - pkg-config # for autogen.sh
+ - ragel
+ - gtk-doc-tools
+ - libfreetype6-dev # for font function
+ - libglib2.0-dev # for font functions / tests / utils
+ - libcairo2-dev # for utils
+ - libicu-dev # for extra unicode functions
+ - libgraphite2-dev # for extra shapers
+ - # libgirepository1.0-dev # for gobject-introspection
coverity_scan:
project:
name: "behdad/harfbuzz"
More information about the HarfBuzz
mailing list