Skip to content
Snippets Groups Projects
Commit 2f0111b3 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed travis. Doxygen and python-sphinx are in.

parent ff5f2177
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ before_script:
- sudo apt-get install make texinfo cmake
- sudo apt-get install python-suds python-matplotlib
- sudo apt-get install python-qt4-dev python-qt4-gl python-sip-dev libqt4-dev libopenscenegraph-dev
- sudo apt-get install doxygen python-sphinx
install:
- wget ftp://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz
......@@ -36,7 +37,7 @@ install:
- tar -xzvf libSBML-5.11.4-core-src.tar.gz
- cd libsbml-5.11.4 && ./configure --prefix=/usr --with-zlib --with-bzip2 --with-libxml && make && sudo make install && cd ..
script:
- mkdir -p _build && cd _build && cmake -DCMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON .. && make
- mkdir -p _build && cd _build && cmake -DCMAKE_INSTALL_PREFIX=`pwd`/_install -DDEBUG=ON -DWITH_DOC .. && make
after_success:
- ctest --output-on-failure
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment