Sign in
eigen
/
mirror
/
a24bf2e9a2dba6bfa3b490c917e9c36f45a814ea
/
.
/
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}"
}