Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 7625cf2

Browse files
author
Jamie Brynes
authored
re-enable il2cpp builds (#73)
1 parent a5563fa commit 7625cf2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.buildkite/premerge.steps.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ steps:
6767
BUILD_ENVIRONMENT: "cloud"
6868
SCRIPTING_BACKEND: "mono"
6969

70-
# - label: "build UnityClient il2cpp"
71-
# command: bash -c .shared-ci/scripts/build-worker.sh
72-
# <<: *common
73-
# artifact_paths:
74-
# - logs/**/*
75-
# env:
76-
# WORKER_TYPE: "UnityClient"
77-
# BUILD_ENVIRONMENT: "local"
78-
# SCRIPTING_BACKEND: "il2cpp"
70+
- label: "build UnityClient il2cpp"
71+
command: bash -c .shared-ci/scripts/build-worker.sh
72+
<<: *common
73+
artifact_paths:
74+
- logs/**/*
75+
env:
76+
WORKER_TYPE: "UnityClient"
77+
BUILD_ENVIRONMENT: "local"
78+
SCRIPTING_BACKEND: "il2cpp"
7979

8080
- label: "build UnityGameLogic mono"
8181
command: bash -c .shared-ci/scripts/build-worker.sh

0 commit comments

Comments
 (0)