mirror of
https://github.com/trafi/maybe-result-cpp
synced 2024-11-22 02:32:02 +01:00
Another way to install doxygen.
This commit is contained in:
parent
80ab218165
commit
77831fbfc6
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user