Add EIGEN_CI_CTEST_ARGS to allow for custom timeout.

This commit is contained in:
Antonio Sánchez
2025-02-06 21:32:38 +00:00
parent 4c38131a16
commit 715deac188
9 changed files with 77 additions and 71 deletions

View File

@@ -6,5 +6,6 @@ $EIGEN_CI_BUILDDIR = ".build"
$EIGEN_CI_MSVC_ARCH = "x64"
$EIGEN_CI_MSVC_VER = "14.29"
$EIGEN_CI_TEST_CUSTOM_CXX_FLAGS = "/d2ReducedOptimizeHugeFunctions /DEIGEN_STRONG_INLINE=inline /Os"
$EIGEN_CI_TEST_LABEL = "Official"
$EIGEN_CI_TEST_REGEX = ""
$EIGEN_CI_CTEST_LABEL = "Official"
$EIGEN_CI_CTEST_REGEX = ""
$EIGEN_CI_CTEST_ARGS = ""