We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3183161 + 4a89db7 commit 1d7b19eCopy full SHA for 1d7b19e
.travis.yml
@@ -71,7 +71,7 @@ jobs:
71
name: "Build iOS"
72
if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch != desktop) OR (env(DEPLOY) IN (2,3) AND tag IS NOT blank))
73
os: osx
74
- osx_image: xcode12u
+ osx_image: xcode12.2
75
env:
76
- BUILD_PLATFORM='ios'
77
script: scripts/aot.sh
@@ -88,7 +88,7 @@ jobs:
88
name: "Build MacOS"
89
if: env(DEPLOY) IS NOT blank AND ((env(DEPLOY) = 1 AND branch = desktop) OR (env(DEPLOY) = 3 AND tag IS NOT blank))
90
91
92
93
- ELECTRON_CACHE=$HOME/.cache/electron
94
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
0 commit comments