1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00
tabby/.travis.yml
Eugene Pankov 607efaa075 appveyor
2017-09-09 11:43:21 +02:00

35 lines
474 B
YAML

matrix:
include:
- 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
dist: trusty
sudo: false
addons:
apt:
packages:
- rpm
- wine
- mono-runtime