aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-05-13 04:33:34 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-13 04:33:34 +0000
commit6c4b2cbde95d0280c8d2fce9e64397523146f245 (patch)
tree6ec0e6c4b81bb06af6edf41cfdff4aee1e8a067f /appveyor.yml
parentUse Tray popUpContextMenu on macOS/Windows only (#741) (diff)
downloadferdium-app-6c4b2cbde95d0280c8d2fce9e64397523146f245.tar.gz
ferdium-app-6c4b2cbde95d0280c8d2fce9e64397523146f245.tar.zst
ferdium-app-6c4b2cbde95d0280c8d2fce9e64397523146f245.zip
Setup nightly releases deployment pipeline (#730)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index acdd94e13..d6e909f9c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ version: build-{build}
2branches: 2branches:
3 only: 3 only:
4 - release 4 - release
5 - nightly
5skip_tags: true 6skip_tags: true
6skip_branch_with_pr: true 7skip_branch_with_pr: true
7 8
@@ -20,3 +21,13 @@ before_build:
20 21
21build_script: 22build_script:
22 - appveyor-retry npm run build 23 - appveyor-retry npm run build
24
25for:
26-
27 branches:
28 only:
29 - nightly
30 before_build:
31 - npm version prerelease --preid=nightly --no-git-tag-version
32 build_script:
33 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies