aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--appveyor.yml6
2 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29d31c4a8..9693eb55a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,8 @@ before_script:
35script: 35script:
36 - | 36 - |
37 if [ $TRAVIS_BRANCH == "release" ]; then 37 if [ $TRAVIS_BRANCH == "release" ]; then
38 travis_retry travis_wait 100 npm run build 38 echo "Building..."
39 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi -c.mac.identity=null
39 fi 40 fi
40 - | 41 - |
41 if [ $TRAVIS_BRANCH == "nightly" ]; then 42 if [ $TRAVIS_BRANCH == "nightly" ]; then
diff --git a/appveyor.yml b/appveyor.yml
index d6e909f9c..34ae85b20 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,3 +31,9 @@ for:
31 - npm version prerelease --preid=nightly --no-git-tag-version 31 - npm version prerelease --preid=nightly --no-git-tag-version
32 build_script: 32 build_script:
33 - 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
34-
35 branches:
36 only:
37 - release
38 build_script:
39 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi