mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Update CI with testing framework from eigen_ci_cross_testing.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
b2814d53a7
commit
34fd46a9b4
10
ci/scripts/vars.windows.ps1
Normal file
10
ci/scripts/vars.windows.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
# Initialize default variables used by the CI.
|
||||
$EIGEN_CI_ADDITIONAL_ARGS = ""
|
||||
$EIGEN_CI_BEFORE_SCRIPT = ""
|
||||
$EIGEN_CI_BUILD_TARGET = "buildtests"
|
||||
$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 = ""
|
||||
Reference in New Issue
Block a user