Skip to content

Commit

Permalink
pull from source
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaustin123 committed May 19, 2020
1 parent ee3e832 commit 01c1856
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ jobs:
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['doxygen']

script:
- doxygen -v
- doxygen docs/doxygen/Doxyfile
- wget http://doxygen.nl/files/doxygen-1.8.18.linux.bin.tar.gz
- tar -xvf doxygen-1.8.18.linux.bin.tar.gz
- doxygen-1.8.18/doxygen -v
- doxygen-1.8.18/doxygen docs/doxygen/Doxyfile
- rm -r doxygen-1.8.18 doxygen-1.8.18.linux.bin.tar.gz

deploy:
provider: pages
Expand Down

0 comments on commit 01c1856

Please sign in to comment.