Copy CI configuration from master

(minus loongarch)
This commit is contained in:
C. Antonio Sanchez
2025-02-16 08:00:49 -08:00
parent 42d9cc0b1d
commit 0a5abc042e
20 changed files with 1284 additions and 665 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}" }