mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-06 16:41:49 +00:00
script
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -11,20 +11,7 @@ jobs:
|
||||
include:
|
||||
- stage: 'Build'
|
||||
os: osx
|
||||
before_install:
|
||||
- set -e
|
||||
- yarn
|
||||
- rm app/node_modules/.yarn-integrity || true
|
||||
- cd app
|
||||
- yarn
|
||||
- cd ..
|
||||
script:
|
||||
- set -e
|
||||
- scripts/build-native.js
|
||||
- yarn run build:typings
|
||||
- yarn run build
|
||||
- scripts/prepackage-plugins.js
|
||||
- travis_wait scripts/build-macos.js
|
||||
script: ./build/travis.sh
|
||||
|
||||
- stage: 'Docs'
|
||||
os: linux
|
||||
|
Reference in New Issue
Block a user