Skip to content

Commit

Permalink
chore(distro): publish nightly builds to S3
Browse files Browse the repository at this point in the history
Closes #848
  • Loading branch information
nikku authored and philippfromme committed Jul 23, 2018
1 parent 7c37b32 commit 23f8d62
Show file tree
Hide file tree
Showing 4 changed files with 2,002 additions and 1,811 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "npm i && npm run build -- --win --linux --nightly --no-publish"
/bin/bash -c "npm i && npm run build -- --win --linux --nightly --publish"
- stage: "nightly build [macos]"
os: osx
osx_image: xcode9
Expand All @@ -53,7 +53,7 @@ jobs:
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
script: npm run build -- --mac --nightly --no-publish
script: npm run build -- --mac --nightly --publish

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
Expand Down

0 comments on commit 23f8d62

Please sign in to comment.