mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-11 10:54:35 +00:00
restored travis config
This commit is contained in:
35
.travis.yml
35
.travis.yml
@@ -2,12 +2,40 @@ language: node_js
|
|||||||
node_js: 11
|
node_js: 11
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Docs
|
- Build
|
||||||
|
- name: Docs
|
||||||
if: branch = master
|
if: branch = master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- stage: 'Build'
|
||||||
|
os: linux
|
||||||
|
before_install:
|
||||||
|
- set -e
|
||||||
|
- rm app/node_modules/.yarn-integrity || true
|
||||||
|
- yarn
|
||||||
|
script:
|
||||||
|
- set -e
|
||||||
|
- scripts/build-native.js
|
||||||
|
- yarn run build:typings
|
||||||
|
- yarn run build
|
||||||
|
- scripts/prepackage-plugins.js
|
||||||
|
- travis_wait scripts/build-linux.js
|
||||||
|
|
||||||
|
- stage: 'Build'
|
||||||
|
os: osx
|
||||||
|
before_install:
|
||||||
|
- set -e
|
||||||
|
- rm app/node_modules/.yarn-integrity || true
|
||||||
|
- yarn
|
||||||
|
script:
|
||||||
|
- set -e
|
||||||
|
- scripts/build-native.js
|
||||||
|
- yarn run build:typings
|
||||||
|
- yarn run build
|
||||||
|
- scripts/prepackage-plugins.js
|
||||||
|
- travis_wait scripts/build-macos.js
|
||||||
|
|
||||||
- stage: 'Docs'
|
- stage: 'Docs'
|
||||||
os: linux
|
os: linux
|
||||||
if: branch = master
|
if: branch = master
|
||||||
@@ -34,6 +62,7 @@ addons:
|
|||||||
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||||
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||||
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- 'terminus-*/node_modules'
|
- 'terminus-*/node_modules'
|
||||||
|
Reference in New Issue
Block a user