Skip to content

Commit

Permalink
Merge pull request audioscience#252 from vronchetti/vfr/doxygen_travis
Browse files Browse the repository at this point in the history
avdecc - add doxygen support for travis automated builds
  • Loading branch information
andrew-elder committed Apr 28, 2016
2 parents aa025df + 0552b84 commit 3ff9d27
Show file tree
Hide file tree
Showing 3 changed files with 2,438 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -y libpcap-dev linux-headers-3.13.0-36-generic cmake
- sudo apt-get install -y doxygen graphviz
- if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq libstdc++-4.8-dev; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
env: BUILD_KERNEL=3.13.0-36-generic
install:
script: ./travis.sh
script:
- ./travis.sh
- if [ ${TRAVIS_BRANCH} == master ]; then ./publish-doxygen.sh; fi
Loading

0 comments on commit 3ff9d27

Please sign in to comment.