build: add several missing test steps for GHA (#42479)

This commit is contained in:
Shelley Vohr
2024-06-13 14:26:20 -05:00
committed by GitHub
parent 30885e5f9f
commit 0affad3be6
6 changed files with 162 additions and 18 deletions

View File

@@ -8,6 +8,9 @@ if [ "`uname`" == "Darwin" ]; then
fi
elif [ "`uname`" == "Linux" ]; then
BUILD_TYPE="linux"
else
echo "Unsupported platform"
exit 1
fi
GENERATED_ARTIFACTS="generated_artifacts_${BUILD_TYPE}_${TARGET_ARCH}"

View File

@@ -8,6 +8,9 @@ if [ "`uname`" == "Darwin" ]; then
fi
elif [ "`uname`" == "Linux" ]; then
BUILD_TYPE="linux"
else
echo "Unsupported platform"
exit 1
fi
GENERATED_ARTIFACTS="generated_artifacts_${BUILD_TYPE}_${TARGET_ARCH}"