Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ references:
at: *working_directory

.unity_linux_image: &unity_linux_image
- image: unityci/editor:ubuntu-2021.3.22f1-linux-il2cpp-1.0.1
- image: unityci/editor:ubuntu-2022.3.6f1-linux-il2cpp-1.1.2
environment:
DCL_OUTPUT_NAME: linux
PROJECT_PATH: /tmp/workspace/unity-renderer/unity-renderer
Expand All @@ -23,7 +23,7 @@ references:
# ~~~~~~~~~~~~~~~~~~~~ <- folder name

.unity_mac_image: &unity_mac_image
- image: unityci/editor:ubuntu-2021.3.22f1-mac-mono-1.0.1
- image: unityci/editor:ubuntu-2022.3.6f1-mac-mono-1.1.2
environment:
DCL_OUTPUT_NAME: mac
PROJECT_PATH: /tmp/workspace/unity-renderer/unity-renderer
Expand All @@ -34,7 +34,7 @@ references:
# ~~~~~~~~~~~~~~~~~~ <- folder name

.unity_windows_image: &unity_windows_image
- image: unityci/editor:ubuntu-2021.3.22f1-windows-mono-1.0.1
- image: unityci/editor:ubuntu-2022.3.6f1-windows-mono-1.1.2
environment:
DCL_OUTPUT_NAME: windows
PROJECT_PATH: /tmp/workspace/unity-renderer/unity-renderer
Expand All @@ -45,7 +45,7 @@ references:
# ~~~~~~~~~~~~~~~~~~~~~~ <- folder name

.unity_webgl_image: &unity_webgl_image
- image: unityci/editor:2021.3.22f1-webgl-1
- image: unityci/editor:2022.3.6f1-webgl-1
environment:
DCL_OUTPUT_NAME: webgl
PROJECT_PATH: /tmp/workspace/unity-renderer/unity-renderer
Expand Down
2 changes: 1 addition & 1 deletion browser-interface/static/unity.loader.js

Large diffs are not rendered by default.

Loading