Skip to content

Commit

Permalink
travis:cmake: disable doc for now
Browse files Browse the repository at this point in the history
It is dificult to get octave-epstk to work on travis.
  • Loading branch information
guitorri committed Mar 5, 2020
1 parent 51ba1fa commit 7022c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ script:
- if [[ $CMAKE ]]; then
mkdir build;
cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME || travis_terminate 1;
cmake -DCMAKE_INSTALL_PREFIX=$HOME -DBUILD_DOC=OFF .. || travis_terminate 1;
make || travis_terminate 1;
make test || travis_terminate 1;
make install || travis_terminate 1;
Expand Down

0 comments on commit 7022c86

Please sign in to comment.