mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 9
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -17,8 +17,16 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
||||||
steps:
|
steps:
|
||||||
- name: Show env
|
- name: Before Build
|
||||||
run: |
|
run: |
|
||||||
set
|
export GAMOS=$"${RUNNER_OS,,}"
|
||||||
|
if [ "${ImageOS}" == "win16" ]; then
|
||||||
|
export PLATFORM="x86";
|
||||||
|
else
|
||||||
|
export PLATFORM="x86_64"
|
||||||
|
fi
|
||||||
|
echo "pwd"
|
||||||
|
pwd
|
||||||
|
echo "ls"
|
||||||
ls
|
ls
|
||||||
uname -a
|
source src/travis/${GAMOS}-before-install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user