build: add several missing test steps for GHA (#42479)
This commit is contained in:
parent
30885e5f9f
commit
0affad3be6
6 changed files with 162 additions and 18 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue