Skip to content
Snippets Groups Projects
Commit 04800367 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

[travis] Add missing dependencies.

parent 90c5a009
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ after_success: ...@@ -2,7 +2,7 @@ after_success:
- coveralls -e _travis/install -e tests - coveralls -e _travis/install -e tests
- git config --global user.name "Travis CI" - git config --global user.name "Travis CI"
- git config --global user.email "thomas.moulard+travis@gmail.com" - git config --global user.email "thomas.moulard+travis@gmail.com"
- git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph.git - git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph-python.git
- git fetch origin gh-pages:gh-pages - git fetch origin gh-pages:gh-pages
- cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh - cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
branches: branches:
...@@ -17,7 +17,7 @@ matrix: ...@@ -17,7 +17,7 @@ matrix:
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev - sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx
- sudo pip install cpp-coveralls --use-mirrors - sudo pip install cpp-coveralls --use-mirrors
language: cpp language: cpp
notifications: notifications:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment