Skip to content

Commit

Permalink
[full ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Aug 25, 2023
1 parent debc1bc commit 7295294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
artifact_paths: [Build/Plugin/*.zip]
timeout_in_minutes: 60
key: plugin_5_1
key: plugin_5_2

# # Unreal Engine 4.27 - Windows
- label: 'Build Plugin - 4.27 Windows'
Expand Down Expand Up @@ -122,7 +122,7 @@ steps:

# # Unreal Engine 5.2 - Android
# - name: ':android: Build E2E - 5.2 Android'
# depends_on: plugin_5_1
# depends_on: plugin_5_2
# env:
# UE_VERSION: "5.2"
# DEVELOPER_DIR: "/Applications/Xcode14.app"
Expand All @@ -143,7 +143,7 @@ steps:

# Unreal Engine 5.2 - iOS
- name: ':ios: Build E2E - 5.2 iOS'
depends_on: plugin_5_1
depends_on: plugin_5_2
env:
UE_VERSION: "5.2"
DEVELOPER_DIR: "/Applications/Xcode14.app"
Expand All @@ -163,7 +163,7 @@ steps:

# Unreal Engine 5.2 - macOS
- name: ':mac: Build E2E - 5.2 macOS'
depends_on: plugin_5_1
depends_on: plugin_5_2
env:
UE_VERSION: "5.2"
DEVELOPER_DIR: "/Applications/Xcode14.app"
Expand Down

0 comments on commit 7295294

Please sign in to comment.