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:
|
sources:
|
||||||
- george-edison55-precise-backports
|
- george-edison55-precise-backports
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- kedazo-doxygen-updates-precise
|
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
- gcc-4.9
|
- gcc-4.9
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
- doxygen
|
|
||||||
env: CXX_COMPILER=g++-4.9 C_COMPILER=gcc-4.9 DOC=true
|
env: CXX_COMPILER=g++-4.9 C_COMPILER=gcc-4.9 DOC=true
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
|
@ -13,6 +13,9 @@ fi
|
|||||||
echo "exporting docs"
|
echo "exporting docs"
|
||||||
|
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
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
|
doxygen
|
||||||
pip install ghp-import --user `whoami`
|
pip install ghp-import --user `whoami`
|
||||||
ghp-import -n html
|
ghp-import -n html
|
||||||
|
Loading…
Reference in New Issue
Block a user