|
16 | 16 | "generator": "Ninja", |
17 | 17 | "binaryDir": "build/release", |
18 | 18 | "cacheVariables": { |
19 | | - "CMAKE_BUILD_TYPE": "Release" |
| 19 | + "CMAKE_BUILD_TYPE": "Release", |
| 20 | + "WARNINGS_AS_ERRORS": "FALSE" |
20 | 21 | } |
21 | 22 | }, |
22 | 23 | { |
|
41 | 42 | "binaryDir": "build/xcode-release", |
42 | 43 | "cacheVariables": { |
43 | 44 | "CMAKE_BUILD_TYPE": "Release", |
44 | | - "CMAKE_OSX_ARCHITECTURES": "x86_64;arm64" |
| 45 | + "CMAKE_OSX_ARCHITECTURES": "x86_64;arm64", |
| 46 | + "WARNINGS_AS_ERRORS": "FALSE" |
45 | 47 | }, |
46 | 48 | "condition": { |
47 | 49 | "type": "equals", |
|
62 | 64 | "displayName": "Build Release", |
63 | 65 | "configurePreset": "release", |
64 | 66 | "configuration": "Release", |
65 | | - "targets": [ |
66 | | - "App" |
67 | | - ] |
| 67 | + "targets": ["App"] |
68 | 68 | }, |
69 | 69 | { |
70 | 70 | "name": "xcode-debug", |
|
82 | 82 | "displayName": "Build Release (Xcode)", |
83 | 83 | "configurePreset": "xcode-release", |
84 | 84 | "configuration": "Release", |
85 | | - "targets": [ |
86 | | - "App" |
87 | | - ], |
| 85 | + "targets": ["App"], |
88 | 86 | "condition": { |
89 | 87 | "type": "equals", |
90 | 88 | "lhs": "${hostSystemName}", |
|
97 | 95 | "name": "release", |
98 | 96 | "displayName": "Distribute Release", |
99 | 97 | "configurePreset": "release", |
100 | | - "configurations": [ |
101 | | - "Release" |
102 | | - ] |
| 98 | + "configurations": ["Release"] |
103 | 99 | }, |
104 | 100 | { |
105 | 101 | "name": "xcode-release", |
106 | 102 | "displayName": "Distribute Release (Xcode)", |
107 | 103 | "configurePreset": "xcode-release", |
108 | | - "configurations": [ |
109 | | - "Release" |
110 | | - ], |
| 104 | + "configurations": ["Release"], |
111 | 105 | "condition": { |
112 | 106 | "type": "equals", |
113 | 107 | "lhs": "${hostSystemName}", |
|
0 commit comments