aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:35:01 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:35:01 +0100
commitdd60aad8a479f02eab6d26ed3e26549e5f753378 (patch)
tree02d477c636c8bcd071d9d685e637ab37f06f4965 /appveyor.yml
parentAdded missing dependency (diff)
parentTest linux apt install (diff)
downloadferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.tar.gz
ferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.tar.zst
ferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.zip
Merge branch 'develop' into feature/dark-theme
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8c83a5644..351607edc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,17 +10,16 @@ version: 5.0.0.{build}
10 10
11install: 11install:
12 - ps: Install-Product node 8 12 - ps: Install-Product node 8
13 - yarn cache clean 13 - npm ci
14 - yarn install
15 14
16# cache: 15cache:
17# - "%LOCALAPPDATA%\\Yarn" 16 - '%APPDATA%\npm-cache'
18 17
19before_build: 18before_build:
20 - yarn lint 19 - npm run lint
21 20
22build_script: 21build_script:
23 - yarn build 22 - npm run build
24 23
25notifications: 24notifications:
26 - provider: Slack 25 - provider: Slack