mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions take 24
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -36,16 +36,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Before Build
|
- name: Before Build
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set
|
||||||
export GAMOS=$"${RUNNER_OS,,}"
|
export GAMOS=$"${RUNNER_OS,,}"
|
||||||
if [ "${ImageOS}" == "win16" ]; then
|
if [ "${ImageOS}" == "win16" ]; then
|
||||||
export PLATFORM="x86";
|
export PLATFORM="x86";
|
||||||
else
|
else
|
||||||
export PLATFORM="x86_64"
|
export PLATFORM="x86_64"
|
||||||
fi
|
fi
|
||||||
echo "pwd"
|
|
||||||
pwd
|
|
||||||
echo "ls"
|
|
||||||
ls -al
|
|
||||||
cd src
|
cd src
|
||||||
source travis/${GAMOS}-before-install.sh
|
source travis/${GAMOS}-before-install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user