mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 05:19:57 +00:00
travis
This commit is contained in:
parent
4bc03319e7
commit
cf6a7d10b3
@ -11,8 +11,9 @@ jobs:
|
|||||||
- stage: 'Build'
|
- stage: 'Build'
|
||||||
os: linux
|
os: linux
|
||||||
before_install:
|
before_install:
|
||||||
- rm app/node_modules/.yarn-integrity || true
|
|
||||||
- yarn
|
- yarn
|
||||||
|
- rm app/node_modules/.yarn-integrity || true
|
||||||
|
- scripts/install-deps.js
|
||||||
script:
|
script:
|
||||||
- scripts/build-native.js
|
- scripts/build-native.js
|
||||||
- yarn run build
|
- yarn run build
|
||||||
@ -37,7 +38,7 @@ jobs:
|
|||||||
- ssh-add .travis.ssh.key
|
- ssh-add .travis.ssh.key
|
||||||
- yarn
|
- yarn
|
||||||
- yarn run docs
|
- yarn run docs
|
||||||
- rsync -r docs/api/ root@ajenti.org:/srv/terminus-docs/
|
- rsync -e "ssh -o StrictHostKeyChecking=no" -arv docs/api/ root@ajenti.org:/srv/terminus-docs/
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user