|
|
@@ -123,6 +123,17 @@
|
|
|
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
|
|
"CMAKE_POLICY_DEFAULT_CMP0091": "NEW",
|
|
|
"FORCE_BUNDLED_MINIZIP": "ON"
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "windows-msvc-release-ccache",
|
|
|
+ "displayName": "Windows x64 RelWithDebInfo with ccache",
|
|
|
+ "description": "VCMI RelWithDebInfo build with ccache",
|
|
|
+ "inherits": "windows-msvc-release",
|
|
|
+ "cacheVariables": {
|
|
|
+ "ENABLE_CCACHE": "ON"
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -228,7 +239,8 @@
|
|
|
"description": "VCMI iOS release using Conan and ccache",
|
|
|
"inherits": "ios-release-conan",
|
|
|
"cacheVariables": {
|
|
|
- "ENABLE_PCH" : "OFF"
|
|
|
+ "ENABLE_PCH" : "OFF",
|
|
|
+ "ENABLE_CCACHE": "ON"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -318,6 +330,11 @@
|
|
|
"inherits": "default-release",
|
|
|
"configuration": "Release"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "windows-msvc-release-ccache",
|
|
|
+ "configurePreset": "windows-msvc-release-ccache",
|
|
|
+ "inherits": "windows-msvc-release"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "windows-msvc-relwithdebinfo",
|
|
|
"configurePreset": "windows-msvc-release",
|