mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-12 19:34:34 +00:00
fail travis builds faster
This commit is contained in:
@@ -11,10 +11,12 @@ jobs:
|
|||||||
- stage: 'Build'
|
- stage: 'Build'
|
||||||
os: linux
|
os: linux
|
||||||
before_install:
|
before_install:
|
||||||
|
- set -e
|
||||||
- yarn
|
- yarn
|
||||||
- rm app/node_modules/.yarn-integrity || true
|
- rm app/node_modules/.yarn-integrity || true
|
||||||
- scripts/install-deps.js
|
- scripts/install-deps.js
|
||||||
script:
|
script:
|
||||||
|
- set -e
|
||||||
- scripts/build-native.js
|
- scripts/build-native.js
|
||||||
- yarn run build:typings
|
- yarn run build:typings
|
||||||
- yarn run build
|
- yarn run build
|
||||||
@@ -24,9 +26,11 @@ jobs:
|
|||||||
- stage: 'Build'
|
- stage: 'Build'
|
||||||
os: osx
|
os: osx
|
||||||
before_install:
|
before_install:
|
||||||
|
- set -e
|
||||||
- rm app/node_modules/.yarn-integrity || true
|
- rm app/node_modules/.yarn-integrity || true
|
||||||
- yarn
|
- yarn
|
||||||
script:
|
script:
|
||||||
|
- set -e
|
||||||
- scripts/build-native.js
|
- scripts/build-native.js
|
||||||
- yarn run build:typings
|
- yarn run build:typings
|
||||||
- yarn run build
|
- yarn run build
|
||||||
@@ -36,6 +40,7 @@ jobs:
|
|||||||
- stage: 'Docs'
|
- stage: 'Docs'
|
||||||
os: linux
|
os: linux
|
||||||
script:
|
script:
|
||||||
|
- set -e
|
||||||
- openssl aes-256-cbc -K $encrypted_4e2fb4889ef8_key -iv $encrypted_4e2fb4889ef8_iv -in .travis.ssh.key.enc -out .travis.ssh.key -d
|
- openssl aes-256-cbc -K $encrypted_4e2fb4889ef8_key -iv $encrypted_4e2fb4889ef8_iv -in .travis.ssh.key.enc -out .travis.ssh.key -d
|
||||||
- eval "$(ssh-agent -s)"
|
- eval "$(ssh-agent -s)"
|
||||||
- chmod 600 .travis.ssh.key
|
- chmod 600 .travis.ssh.key
|
||||||
|
Reference in New Issue
Block a user