Build docs on push, and don't expire

This commit is contained in:
Antonio Sanchez
2025-02-24 08:29:00 -08:00
parent bddaa99e15
commit 6aebfa9acc
2 changed files with 9 additions and 3 deletions

View File

@@ -106,6 +106,8 @@ build:linux:doc:
EIGEN_CI_C_COMPILER: clang
EIGEN_CI_CXX_COMPILER: clang++
EIGEN_CI_BEFORE_SCRIPT: ". ci/scripts/build_and_install_doxygen.sh Release_1_13_2"
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_NAMESPACE == "libeigen"
# # Sanitizers (Disabled because ASAN hangs and MSAN requires instrumented libc++)
# build:linux:cross:x86-64:clang-12:default:asan: