1
1
Fork 0
mirror of https://github.com/trafi/maybe-result-cpp synced 2024-05-08 23:16:11 +02:00

Another way to install doxygen.

This commit is contained in:
Nerijus Arlauskas 2016-07-10 17:30:15 +03:00
parent 80ab218165
commit 77831fbfc6
2 changed files with 3 additions and 2 deletions

View File

@ -10,13 +10,11 @@ matrix:
sources:
- george-edison55-precise-backports
- ubuntu-toolchain-r-test
- kedazo-doxygen-updates-precise
packages:
- g++-4.9
- gcc-4.9
- cmake
- cmake-data
- doxygen
env: CXX_COMPILER=g++-4.9 C_COMPILER=gcc-4.9 DOC=true
- compiler: gcc
addons:

View File

@ -13,6 +13,9 @@ fi
echo "exporting docs"
export PATH=$HOME/.local/bin:$PATH
sudo apt-add-repository -y ppa:kedazo/doxygen-updates-precise
sudo apt-get update
sudo apt-get install -y doxygen
doxygen
pip install ghp-import --user `whoami`
ghp-import -n html