mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add EIGEN_CI_CTEST_ARGS to allow for custom timeout.
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user