|
1 | 1 | { |
2 | 2 | "gh-pages": { |
3 | | -"os":"ubuntu-latest", |
4 | 3 | "requiresCombinedArtifact":false, |
5 | 4 | "minimumBuildType":"release", |
6 | 5 | "compatibleBuildTargets": ["WebGL"] |
7 | 6 | }, |
8 | 7 | "itch.io": { |
9 | | -"os":"ubuntu-latest", |
10 | 8 | "requiresCombinedArtifact":false, |
11 | 9 | "minimumBuildType":"release", |
12 | 10 | "compatibleBuildTargets": ["WebGL","StandaloneWindows","StandaloneWindows64","StandaloneLinux64-Client","StandaloneOSX"] |
13 | 11 | }, |
14 | 12 | "s3": { |
15 | | -"os":"ubuntu-latest", |
16 | 13 | "requiresCombinedArtifact":true, |
17 | 14 | "minimumBuildType":"preview", |
18 | 15 | "compatibleBuildTargets": ["Android","iOS","WebGL","StandaloneWindows","StandaloneWindows64","StandaloneLinux64-Server","StandaloneOSX"] |
19 | 16 | }, |
20 | 17 | "custom-server": { |
21 | | -"os":"ubuntu-latest", |
22 | 18 | "requiresCombinedArtifact":true, |
23 | 19 | "minimumBuildType":"preview", |
24 | 20 | "compatibleBuildTargets": ["Android","iOS","WebGL","StandaloneWindows","StandaloneWindows64","StandaloneLinux64-Server","StandaloneOSX"] |
25 | 21 | }, |
26 | 22 | "steam": { |
27 | | -"os":"ubuntu-latest", |
28 | 23 | "requiresCombinedArtifact":true, |
29 | 24 | "minimumBuildType":"release", |
30 | 25 | "compatibleBuildTargets": ["StandaloneWindows","StandaloneWindows64","StandaloneLinux64-Client","StandaloneOSX"] |
31 | 26 | }, |
32 | 27 | "testflight": { |
33 | | -"os":"macos-latest", |
34 | 28 | "requiresCombinedArtifact":false, |
35 | 29 | "minimumBuildType":"release_candidate", |
36 | 30 | "compatibleBuildTargets": ["iOS"] |
37 | 31 | }, |
38 | 32 | "appcenter": { |
39 | | -"os":"ubuntu-latest", |
40 | 33 | "requiresCombinedArtifact":true, |
41 | 34 | "minimumBuildType":"preview", |
42 | 35 | "compatibleBuildTargets": ["Android","iOS"] |
43 | 36 | }, |
44 | 37 | "firebase": { |
45 | | -"os":"ubuntu-latest", |
46 | 38 | "requiresCombinedArtifact":true, |
47 | 39 | "minimumBuildType":"release", |
48 | 40 | "compatibleBuildTargets": ["WebGL"] |
|