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

Commit b090430

Browse files
author
Jamie Brynes
authored
re-enable il2cpp (#231)
1 parent 7afa080 commit b090430

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
@@ -73,15 +73,15 @@ steps:
7373
BUILD_ENVIRONMENT: "cloud"
7474
SCRIPTING_BACKEND: "mono"
7575

76-
# - label: "build UnityClient il2cpp"
77-
# command: bash -c .shared-ci/scripts/build-worker.sh
78-
# <<: *common
79-
# artifact_paths:
80-
# - logs/**/*
81-
# env:
82-
# WORKER_TYPE: "UnityClient"
83-
# BUILD_ENVIRONMENT: "local"
84-
# SCRIPTING_BACKEND: "il2cpp"
76+
- label: "build UnityClient il2cpp"
77+
command: bash -c .shared-ci/scripts/build-worker.sh
78+
<<: *common
79+
artifact_paths:
80+
- logs/**/*
81+
env:
82+
WORKER_TYPE: "UnityClient"
83+
BUILD_ENVIRONMENT: "local"
84+
SCRIPTING_BACKEND: "il2cpp"
8585

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

0 commit comments

Comments
 (0)