Merge pull request #798 from chriseth/docs

Install dependencies for docs.
This commit is contained in:
chriseth
2016-08-02 16:01:50 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
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
+2
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 \