@@ -91,14 +91,15 @@ build-StandaloneLinux64:
9191 variables :
9292 BUILD_TARGET : StandaloneLinux64
9393
94- build-StandaloneLinux64-il2cpp :
95- << : *build
96- image : $IMAGE:$UNITY_VERSION-linux-il2cpp-$IMAGE_VERSION
97- variables :
98- BUILD_TARGET : StandaloneLinux64
99- SCRIPTING_BACKEND : IL2CPP
100- # https://forum.unity.com/threads/linux-il2cpp-linux-sysroot-not-specified-or-does-not-exist.854008/
101- IL2CPP_ADDITIONAL_ARGS : " --sysroot-path=/ --tool-chain-path=/"
94+ # linux il2cpp currently unsupported, see https://gitlab.com/gableroux/unity3d-gitlab-ci-example/-/issues/139
95+ # build-StandaloneLinux64-il2cpp:
96+ # <<: *build
97+ # image: $IMAGE:$UNITY_VERSION-linux-il2cpp-$IMAGE_VERSION
98+ # variables:
99+ # BUILD_TARGET: StandaloneLinux64
100+ # SCRIPTING_BACKEND: IL2CPP
101+ # # https://forum.unity.com/threads/linux-il2cpp-linux-sysroot-not-specified-or-does-not-exist.854008/
102+ # IL2CPP_ADDITIONAL_ARGS: "--sysroot-path=/ --tool-chain-path=/"
102103
103104build-StandaloneOSX :
104105 << : *build
@@ -118,11 +119,12 @@ build-StandaloneWindows64:
118119 variables :
119120 BUILD_TARGET : StandaloneWindows64
120121
121- build-WebGL :
122- << : *build
123- image : $IMAGE:$UNITY_VERSION-webgl-$IMAGE_VERSION
124- variables :
125- BUILD_TARGET : WebGL
122+ # webgl is currently unsupported, see https://gitlab.com/gableroux/unity3d-gitlab-ci-example/-/issues/139
123+ # build-WebGL:
124+ # <<: *build
125+ # image: $IMAGE:$UNITY_VERSION-webgl-$IMAGE_VERSION
126+ # variables:
127+ # BUILD_TARGET: WebGL
126128
127129build-android :
128130 << : *build
@@ -160,14 +162,15 @@ build-ios-xcode:
160162# - mac
161163# needs: ["build-ios-xcode"]
162164
163- pages :
164- image : alpine:latest
165- stage : deploy
166- script :
167- - mv "$UNITY_DIR/Builds/WebGL/${BUILD_NAME}" public
168- artifacts :
169- paths :
170- - public
171- only :
172- - master
165+ # Deploying webgl is currently unsupported due to https://gitlab.com/gableroux/unity3d-gitlab-ci-example/-/issues/139
166+ # pages:
167+ # image: alpine:latest
168+ # stage: deploy
169+ # script:
170+ # - mv "$UNITY_DIR/Builds/WebGL/${BUILD_NAME}" public
171+ # artifacts:
172+ # paths:
173+ # - public
174+ # only:
175+ # - master
173176
0 commit comments