Update CI scripts.

This commit is contained in:
Antonio Sánchez
2024-04-20 01:08:19 +00:00
committed by Charles Schlosser
parent ee9d57347b
commit 2265242aa1
9 changed files with 164 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
echo "Running ${CI_JOB_NAME}"
# Print configuration variables.
Get-Variable | findstr EIGEN
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}" }