aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-07-01 20:49:06 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-07-01 20:49:06 +0700
commitb302b684219efd2accc43cedbb259209cd3fe888 (patch)
treeb5743fb805da140da081157ce822bb8c5952edde /appveyor.yml
parentRemove travis_wait (diff)
downloadferdium-app-b302b684219efd2accc43cedbb259209cd3fe888.tar.gz
ferdium-app-b302b684219efd2accc43cedbb259209cd3fe888.tar.zst
ferdium-app-b302b684219efd2accc43cedbb259209cd3fe888.zip
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1dd0dbd92..8df0934df 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,10 +1,4 @@
1environment: 1environment:
2 GH_TOKEN:
3 secure: LiO1Z/i16UV5YyElROSUykQqpJowSMK86I7Nw4G/NMa0q5yNA7EsUqEiJUL+OG01
4 CSC_LINK:
5 secure: NEYFWgUIAB//y2GR4AJOaegwuNjkxyNsdDf5A40dYovebTUsnIB5k4GCbU3I6JKW9iwH2ldU7Z+QawfyFerNgw==
6 CSC_KEY_PASSWORD:
7 secure: t8ypNTPKTmvRfd3hHA4aMOtC5KOFqOw3AsKhpU7140Q=
8 APPVEYOR_CACHE_SKIP_RESTORE: true 2 APPVEYOR_CACHE_SKIP_RESTORE: true
9 3
10version: 5.0.1.{build} 4version: 5.0.1.{build}
@@ -14,7 +8,7 @@ install:
14 - npx lerna bootstrap 8 - npx lerna bootstrap
15 9
16cache: 10cache:
17 - '%APPDATA%\npm-cache' 11 - '%APPDATA%\npm-cache'
18 12
19before_build: 13before_build:
20 - npm run lint 14 - npm run lint
@@ -23,11 +17,6 @@ before_build:
23build_script: 17build_script:
24 - npm run build 18 - npm run build
25 19
26notifications:
27 - provider: Slack
28 incoming_webhook:
29 secure: 2NnhP/L7Jk9PDE0JvdNnYVBnmDHFRWHmTQBQ1492ZQ7TpD2xQ/cXi3+G1Spr8zN5O8H+MQi4oMn3Ih2w0e8ZkHgQw138jvK/OfZO+FlF/mI=
30
31artifacts: 20artifacts:
32 - path: out\*.exe 21 - path: out\*.exe
33 - path: out\*.yml 22 - path: out\*.yml