@@ -91,14 +91,15 @@ build-StandaloneLinux64:
91
91
variables :
92
92
BUILD_TARGET : StandaloneLinux64
93
93
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=/"
102
103
103
104
build-StandaloneOSX :
104
105
<< : *build
@@ -118,11 +119,12 @@ build-StandaloneWindows64:
118
119
variables :
119
120
BUILD_TARGET : StandaloneWindows64
120
121
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
126
128
127
129
build-android :
128
130
<< : *build
@@ -160,14 +162,15 @@ build-ios-xcode:
160
162
# - mac
161
163
# needs: ["build-ios-xcode"]
162
164
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
173
176
0 commit comments