Added xsltproc installation

This commit is contained in:
Mathieu Champlon 2015-03-14 07:00:57 +01:00
parent 0f6c8b572f
commit 5d84561e2b

View file

@ -47,6 +47,7 @@ before_install:
- git status
- ./bootstrap.sh
- ./b2 headers
- sudo apt-get install -qq xsltproc
script:
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi