aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-04 14:29:15 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-04 08:59:15 +0000
commitc8b0c3cbab61ba06e31f0ab6859449ca11ec39a6 (patch)
treeec08134404b246a39ca598ce906657b560ea4fa5 /appveyor.yml
parentNode downgrade to what's supported by appveyor (#1341) (diff)
downloadferdium-app-c8b0c3cbab61ba06e31f0ab6859449ca11ec39a6.tar.gz
ferdium-app-c8b0c3cbab61ba06e31f0ab6859449ca11ec39a6.tar.zst
ferdium-app-c8b0c3cbab61ba06e31f0ab6859449ca11ec39a6.zip
Added and documented cache setting for travis and appveyor (#1344)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5aab6e853..98a9825a1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,6 +8,8 @@ skip_branch_with_pr: true
8cache: 8cache:
9 - '%APPDATA%\npm-cache' 9 - '%APPDATA%\npm-cache'
10 - node_modules 10 - node_modules
11 - '%USERPROFILE%\.electron'
12 - '%USERPROFILE%\.electron-builder'
11 13
12image: Visual Studio 2019 14image: Visual Studio 2019
13 15