Skip to content

Commit

Permalink
New doxygen test
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Mar 2, 2019
1 parent dc6d34a commit a3cc24b
Show file tree
Hide file tree
Showing 2 changed files with 2,477 additions and 21 deletions.
32 changes: 11 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,23 @@ script:
# This will run on Travis' 'new' container-based infrastructure
sudo: false

# Blacklist
branches:
only:
- master

env:
global:
# switch glibc to a memory conserving mode
- MALLOC_ARENA_MAX=2
# wait up to 10 minutes for adb to connect to emulator
- ADB_INSTALL_TIMEOUT=10
- GH_REPO_NAME: CuneiPainter
- DOXYFILE: $TRAVIS_BUILD_DIR/docs/Doxyfile
- GH_REPO_REF: github.com/situx/CuneiPainter.git

# Install dependencies
addons:
apt:
packages:
- doxygen
- doxygen-doc
- doxygen-latex
- doxygen-gui
- graphviz

# Generate and deploy documentation
after_success:
- cd $TRAVIS_BUILD_DIR
- chmod +x generateDocumentationAndDeploy.sh
- ./generateDocumentationAndDeploy.sh
script:
- cd docs
- doxygen Doxyfile

deploy:
provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $GH_REPO_TOKEN
on:
branch: master
Loading

0 comments on commit a3cc24b

Please sign in to comment.