Merge CI from 3.4

This commit is contained in:
Antonio Sanchez
2025-02-25 21:23:42 -08:00
parent 109935bfce
commit 2e708d48ca
23 changed files with 1638 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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}" }