Sign in
eigen
/
mirror
/
refs/heads/master
/
.
/
ci
/
scripts
/
build_and_install_doxygen.sh
blob: 9cb47b760982f6afd5ff204c743c3a249891b4d1 [
file
] [
log
] [
blame
]
git clone
--
depth
1
--
branch $1 https
://
github
.
com
/
doxygen
/
doxygen
.
git
cmake
-
B doxygen
/.
build
-
G
Ninja
\
-
DCMAKE_CXX_COMPILER
=
$
{
EIGEN_CI_CXX_COMPILER
}
\
-
DCMAKE_C_COMPILER
=
$
{
EIGEN_CI_C_COMPILER
}
\
doxygen
cmake
--
build doxygen
/.
build
-
t install