Skip to content

Commit

Permalink
Merge 3589897 into 3db23d5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Aug 25, 2020
2 parents 3db23d5 + 3589897 commit 19db8ef
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Expand Up @@ -122,14 +122,17 @@ jobs:
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-9', 'libstdc++6', 'build-essential']
packages: ['g++-9', 'libstdc++6', 'build-essential',
'python', 'cmake', 'flex', 'bison']

script:
- wget http://doxygen.nl/files/doxygen-1.8.20.linux.bin.tar.gz
- tar -xvf doxygen-1.8.20.linux.bin.tar.gz
- doxygen-1.8.20/bin/doxygen -v
- doxygen-1.8.20/bin/doxygen docs/doxygen/Doxyfile
- rm -r doxygen-1.8.20 doxygen-1.8.20.linux.bin.tar.gz
- git clone --depth 1 --branch Release_1_8_20 https://github.com/doxygen/doxygen.git ~/doxygen
- cd ~/doxygen
- mkdir build
- cd build
- cmake -G "Unix Makefiles" ..
- make
- sudo make install

deploy:
provider: pages
Expand Down

0 comments on commit 19db8ef

Please sign in to comment.