mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-22 17:21:53 +00:00
Compare commits
2 Commits
v1.0.0-alp
...
v1.0.0-alp
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4dad9b1661 | ||
![]() |
19e4620676 |
10
.travis.yml
10
.travis.yml
@@ -1,11 +1,11 @@
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD_FOR=windows
|
env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe"
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD_FOR=linux
|
env: BUILD_FOR=linux ARTIFACT="dist/terminus*"
|
||||||
- os: osx
|
- os: osx
|
||||||
env: BUILD_FOR=macos
|
env: BUILD_FOR=macos ARTIFACT="dist/terminus*"
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: 7
|
node_js: 7
|
||||||
@@ -31,12 +31,14 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- rpm
|
- rpm
|
||||||
|
- wine
|
||||||
|
- mono-runtime
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: 'dist/terminus*'
|
file: $ARTIFACT
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
Reference in New Issue
Block a user