File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ agents:
3
3
4
4
env :
5
5
UE_VERSION : " 4.27"
6
- XCODE_VERSION : " 13.2.1"
7
6
8
7
steps :
9
8
- group : " :hammer: Builds UE 4.27"
10
9
steps :
11
10
- label : " :macos: Build Plugin - 4.27"
12
11
key : plugin_4_27
13
12
timeout_in_minutes : 20
13
+ env :
14
+ XCODE_VERSION : " 13.2.1"
14
15
commands :
15
16
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
16
17
- make package
25
26
key : android_fixture_4_27
26
27
depends_on : plugin_4_27
27
28
timeout_in_minutes : 15
29
+ env :
30
+ XCODE_VERSION : " 13.2.1"
28
31
commands :
29
32
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
30
33
- features/scripts/build-fixture.sh Android
40
43
key : ios_fixture_4_27
41
44
depends_on : plugin_4_27
42
45
timeout_in_minutes : 15
46
+ env :
47
+ XCODE_VERSION : " 13.2.1"
43
48
commands :
44
49
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
45
50
- features/scripts/build-fixture.sh IOS
55
60
key : mac_fixture_4_27
56
61
depends_on : plugin_4_27
57
62
timeout_in_minutes : 15
63
+ env :
64
+ XCODE_VERSION : " 13.2.1"
58
65
commands :
59
66
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
60
67
- features/scripts/build-fixture.sh Mac
You can’t perform that action at this time.
0 commit comments