Compare commits

...

2 Commits

Author SHA1 Message Date
Eugene Pankov
4dad9b1661 . 2017-06-24 18:43:31 +02:00
Eugene Pankov
19e4620676 . 2017-06-24 18:28:13 +02:00

View File

@@ -1,11 +1,11 @@
matrix:
include:
- os: linux
env: BUILD_FOR=windows
env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe"
- os: linux
env: BUILD_FOR=linux
env: BUILD_FOR=linux ARTIFACT="dist/terminus*"
- os: osx
env: BUILD_FOR=macos
env: BUILD_FOR=macos ARTIFACT="dist/terminus*"
language: node_js
node_js: 7
@@ -31,12 +31,14 @@ addons:
apt:
packages:
- rpm
- wine
- mono-runtime
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: 'dist/terminus*'
file: $ARTIFACT
skip_cleanup: true
on:
tags: true