mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-21 17:19:36 +08:00
9 lines
277 B
PowerShell
9 lines
277 B
PowerShell
echo "Running ${CI_JOB_NAME}"
|
|
|
|
# Print configuration variables.
|
|
Get-Variable EIGEN* | Format-Table -Wrap
|
|
Get-Variable CMAKE* | Format-Table -Wrap
|
|
|
|
# Run a custom before-script command.
|
|
if ("${EIGEN_CI_BEFORE_SCRIPT}") { Invoke-Expression -Command "${EIGEN_CI_BEFORE_SCRIPT}" }
|