Install dependencies for docs.

This commit is contained in:
chriseth 2016-08-02 14:58:36 +02:00
parent 2e174e1d19
commit 4259776524
2 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,7 @@ cache:
- jsoncpp
install:
- test $JOB != default || ./scripts/install_deps.sh
- test $JOB != default -a $JOB != docs || ./scripts/install_deps.sh
before_script:
- test $JOB != emscripten || ./scripts/build_emscripten.sh
- test $JOB != default || (mkdir -p build

View File

@ -202,6 +202,7 @@ case $(uname -s) in
# Install "normal packages"
sudo apt-get -y update
sudo apt-get -y install \
python-sphinx \
build-essential \
cmake \
g++ \
@ -306,6 +307,7 @@ case $(uname -s) in
sudo apt-get -y update
sudo apt-get -y install \
python-sphinx \
build-essential \
cmake \
git \