forked from Conjure-Tools/unity-runner
im a dumb juice
This commit is contained in:
parent
0dd2cafff2
commit
7d249ff53a
@ -20,10 +20,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- webgl
|
||||
- android
|
||||
- mac-mono
|
||||
- windows-mono
|
||||
# - webgl
|
||||
# - android
|
||||
# - mac-mono
|
||||
# - windows-mono
|
||||
- windows-il2cpp
|
||||
|
||||
steps:
|
||||
|
||||
@ -36,11 +36,12 @@ fi
|
||||
|
||||
# Ensure IMAGE_OS is set, default to ubuntu if not
|
||||
if [ -z "${GAMECI_OS}" ]; then
|
||||
GAMECI_OS="ubuntu"
|
||||
|
||||
# windows-il2cpp requires windows OS
|
||||
if [ "${GAMECI_OS}" = "windows-il2cpp" ]; then
|
||||
GAMECI_OS="windows"
|
||||
else
|
||||
GAMECI_OS="ubuntu"
|
||||
fi
|
||||
|
||||
# TODO: MacOS probably requires a mac image.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user