forked from docker/kitematic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (39 loc) · 1.37 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
os: osx
sudo: false
language: node_js
cache:
npm: false
node_js:
- '10'
- '12'
before_script:
- brew install fakeroot
- brew install dpkg
- brew install rpm
- brew install wine
- npm install -g grunt-cli
- npm install electron-installer-debian
- npm install electron-installer-dmg
- npm install electron-forge
install: npm i
script:
- grunt
deploy:
provider: releases
api_key:
secure: j1InOUFsxYAMiNEERC1/KYXcC/DsfvpSlCnVTlU4yLwg7wjpb9ENYgwYQRYy58a+wA4uI08ar8jKwjEAuHhqhYqD3ztRkYGWKccGpEbMTAaGqP9JRLSP5awJUw4/VSCE/Swq7odalmWPA1JZC6+8n6ZOaLOpxJWxDm7SQnF6iQIuTIwtGrg1PeOSh1drMSYRDGC5m8dpY9Jc/EoCPEThYU+RoDqg98yPLxfKKmWAFG0iS5lAHbIZ7MGWr5g2snMRUzD7TC/BFxA/Za5i+uyxKEr4CZBXE7HqXL5qUqAlItGDDh7ioSicDhV/8y8JxbAN/RnXnevswbzY2+GD2dkjDwEDnSJ/ajJekCr3DYInMvSDGMpGpEEzcxZ1rlVZ+LPklfMyKWnOkd2M2rooPQmlaplWo6zIm/8MLETqMsO57F3W9rOcOKs+ojvIMnhPyfDubji9WI/4cR6oq+1UnBp296EYrnl6VKmewt/5+wDzKMfdxChqdvsb8hK5gVLeI9xOh/bTEdNquTsEk2G64e/HgHz35Qxv/2rXW1xUCYoiNQ1T/u2ZwHn7dUnNpZXx5b2ueT12LaWQP9YEjoaz/iYDfQOw3/X/m3Yap1gPQG9nM1leBMkexFOvGHzdxujBM4sjImnEzGE85Dp6+0TDgf5nv1JrMoHMCQT5EmJQHb329mY=
file:
- release/Kitematic-0.17.11-Mac.zip
- release/Kitematic-0.17.11-Debian-Ubuntu.zip
- release/Kitematic-0.17.11-Windows.zip
skip_cleanup: true
on:
draft: true
branches:
only:
- release
repo: Trackhe/kitematic
notifications:
email:
on_success: never
on_failure: always