Sign in
eigen
/
mirror
/
da9cf6b7ca18ecf88b565f6a0d4487fb782c2b8f
/
.
/
ci
/
scripts
/
common.windows.before_script.ps1
blob: 291edde55e6fe0d97efdecf868faf4d0a65667bf [
file
] [
log
] [
blame
]
echo
"Running ${CI_JOB_NAME}"
# Print configuration variables.
Get
-
Variable
|
findstr EIGEN
# Run a custom before-script command.
if
(
"${EIGEN_CI_BEFORE_SCRIPT}"
)
{
Invoke
-
Expression
-
Command
"${EIGEN_CI_BEFORE_SCRIPT}"
}