mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-28 12:38:35 +00:00
.
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe"
|
env: BUILD_FOR=linux
|
||||||
- os: linux
|
|
||||||
env: BUILD_FOR=linux ARTIFACT="dist/terminus*"
|
|
||||||
- os: osx
|
- os: osx
|
||||||
env: BUILD_FOR=macos ARTIFACT="dist/terminus*"
|
env: BUILD_FOR=macos
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: 7
|
node_js: 7
|
||||||
@@ -39,7 +37,7 @@ deploy:
|
|||||||
provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: $ARTIFACT
|
file: "dist/terminus*"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
12
appveyor.yml
12
appveyor.yml
@@ -24,5 +24,13 @@ build_script:
|
|||||||
- node scripts/prepackage-plugins.js
|
- node scripts/prepackage-plugins.js
|
||||||
- node scripts/build-windows.js
|
- node scripts/build-windows.js
|
||||||
|
|
||||||
artifacts:
|
deploy:
|
||||||
- path: 'dist\*.exe'
|
provider: GitHub
|
||||||
|
auth_token:
|
||||||
|
secure: wvxHVlprvhfdOHgmVEDIwjCHYlmuDykteIEHpAfpi807+1lJD3ld2/OS6+0fgU4e
|
||||||
|
artifact: /.*\.exe/
|
||||||
|
draft: false
|
||||||
|
prerelease: false
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
appveyor_repo_tag: true
|
||||||
|
Reference in New Issue
Block a user