1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 08:57:34 +03:00
tabby/.travis.yml
Eugene Pankov cedb0d50f6 travis
2017-06-24 18:23:52 +02:00

47 lines
635 B
YAML

os:
- linux
- osx
matrix:
include:
- os: linux
env: BUILD_FOR=windows
- os: linux
env: BUILD_FOR=linux
- os: osx
env: BUILD_FOR=macos
language: node_js
node_js: 7
cache:
directories:
- node_modules
- app/node_modules
before_install:
- npm i
- scripts/install-deps.js
script:
- scripts/build-native.js
- npm run build
- scripts/prepackage-plugins.js
- scripts/build-$BUILD_FOR.js
sudo: false
addons:
apt:
packages:
- rpm
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: 'dist/terminus*'
skip_cleanup: true
on:
tags: true