mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 20
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -18,6 +18,9 @@ jobs:
|
|||||||
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]
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
|
- name: Turn of bash -e
|
||||||
|
run: set +e
|
||||||
|
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
@@ -25,6 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Before Build
|
- name: Before Build
|
||||||
run: |
|
run: |
|
||||||
|
set +e
|
||||||
export GAMOS=$"${RUNNER_OS,,}"
|
export GAMOS=$"${RUNNER_OS,,}"
|
||||||
if [ "${ImageOS}" == "win16" ]; then
|
if [ "${ImageOS}" == "win16" ]; then
|
||||||
export PLATFORM="x86";
|
export PLATFORM="x86";
|
||||||
|
|||||||
Reference in New Issue
Block a user