aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-04 10:02:10 +0100
committerLibravatar GitHub <noreply@github.com>2020-10-04 10:02:10 +0100
commit484846786ecf19c9c22794fe81d922af025ab4a4 (patch)
tree96996b85743d98af6cbd009c5eef13cb039c46cd /appveyor.yml
parentFix "Open folder" button on "Custom services" screen (#991) (diff)
downloadferdium-app-484846786ecf19c9c22794fe81d922af025ab4a4.tar.gz
ferdium-app-484846786ecf19c9c22794fe81d922af025ab4a4.tar.zst
ferdium-app-484846786ecf19c9c22794fe81d922af025ab4a4.zip
Fix macOS code signing and setup automatic nightly builds (#990)
Co-authored-by: Travis CI <travis@Traviss-Mac.local> Co-authored-by: vantezzen <hello@vantezzen.io>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6452ab38d..b09759a42 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,6 @@ version: build-{build}
2branches: 2branches:
3 only: 3 only:
4 - release 4 - release
5 - nightly
6skip_tags: true 5skip_tags: true
7skip_branch_with_pr: true 6skip_branch_with_pr: true
8 7
@@ -28,7 +27,7 @@ for:
28 branches: 27 branches:
29 only: 28 only:
30 - nightly 29 - nightly
31 before_build: 30 only_commits:
32 - npm version prerelease --preid=nightly --no-git-tag-version 31 message: /trigger AppVeyor nightly build/
33 build_script: 32 build_script:
34 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies 33 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies