mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Moved xsltproc to travis packages
This commit is contained in:
parent
613f09faed
commit
dd866ab895
1 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,11 @@ env:
|
|||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=master
|
||||
- CXX_STANDARD=c++0x BRANCH_TO_TEST=master
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- xsltproc
|
||||
|
||||
before_install:
|
||||
# Set this to the name of your Boost library
|
||||
# Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd))
|
||||
|
|
@ -40,7 +45,6 @@ before_install:
|
|||
- git submodule update --init --merge
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
- sudo apt-get install -qq xsltproc
|
||||
|
||||
script:
|
||||
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue