Compare commits

...

5 Commits

Author SHA1 Message Date
Eugene Pankov
5204d944c6 . 2017-06-24 19:34:25 +02:00
Eugene Pankov
39335bc23a . 2017-06-24 19:24:49 +02:00
Eugene Pankov
cad417694d . 2017-06-24 19:13:44 +02:00
Eugene Pankov
fe75b77420 . 2017-06-24 19:01:56 +02:00
Eugene Pankov
5372ccf59c . 2017-06-24 18:52:19 +02:00
2 changed files with 15 additions and 9 deletions

View File

@@ -1,11 +1,9 @@
matrix:
include:
- os: linux
env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe"
- os: linux
env: BUILD_FOR=linux ARTIFACT="dist/terminus*"
env: BUILD_FOR=linux
- os: osx
env: BUILD_FOR=macos ARTIFACT="dist/terminus*"
env: BUILD_FOR=macos
language: node_js
node_js: 7
@@ -25,6 +23,7 @@ script:
- scripts/prepackage-plugins.js
- scripts/build-$BUILD_FOR.js
dist: trusty
sudo: false
addons:
@@ -38,7 +37,7 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: $ARTIFACT
file: "dist/terminus*"
skip_cleanup: true
on:
tags: true

View File

@@ -9,8 +9,6 @@ environment:
cache:
- '%USERPROFILE%\.electron'
skip_tags: true
version: "{build}"
install:
@@ -24,5 +22,14 @@ build_script:
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
artifacts:
- path: 'dist\*.exe'
deploy:
provider: GitHub
auth_token:
secure: wvxHVlprvhfdOHgmVEDIwjCHYlmuDykteIEHpAfpi807+1lJD3ld2/OS6+0fgU4e
artifact: dist\win\*.exe
draft: false
prerelease: false
force_update: true
on:
branch: master
appveyor_repo_tag: true