7ae8538847
* build: enable sccache on windows * chore: temporarily disable the docs only check * build: fix escaping in sccache path on windows * Update appveyor.yml * Update appveyor.yml * Use sccache settings from CI * Use Azure enabled sccache for Windows
40 lines
775 B
JSON
40 lines
775 B
JSON
{
|
|
"baseUrl": "https://github.com/electron/electron-frameworks/releases/download",
|
|
"version": "v1.4.1",
|
|
"binaries": [
|
|
{
|
|
"url": "Mantle.zip",
|
|
"platform": "darwin"
|
|
},
|
|
{
|
|
"url": "ReactiveCocoa.zip",
|
|
"platform": "darwin"
|
|
},
|
|
{
|
|
"url": "Squirrel.zip",
|
|
"platform": "darwin"
|
|
},
|
|
{
|
|
"url": "directxsdk-ia32.zip",
|
|
"platform": "win32",
|
|
"targetArch": "ia32"
|
|
},
|
|
{
|
|
"url": "directxsdk-x64.zip",
|
|
"platform": "win32",
|
|
"targetArch": "x64"
|
|
},
|
|
{
|
|
"url": "sccache-darwin-x64.zip",
|
|
"platform": "darwin"
|
|
},
|
|
{
|
|
"url": "sccache-linux-x64.zip",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"url": "sccache-win32-x64.zip",
|
|
"platform": "win32"
|
|
}
|
|
]
|
|
}
|