mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 02:49:56 +00:00
ci
This commit is contained in:
parent
9d509dd3ce
commit
bf4e0e4f3d
@ -1,20 +0,0 @@
|
|||||||
version: 2
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
macos:
|
|
||||||
xcode: "11.0.0"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Build
|
|
||||||
command: ./build/travis.sh
|
|
||||||
|
|
||||||
- store_artifacts:
|
|
||||||
path: dist/*.dmg
|
|
||||||
destination: DMG
|
|
||||||
|
|
||||||
- store_artifacts:
|
|
||||||
path: dist/*.pkg
|
|
||||||
destination: PKG
|
|
11
.travis.yml
11
.travis.yml
@ -1,6 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js: 11
|
node_js: 11
|
||||||
osx_image: xcode11
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Build
|
- Build
|
||||||
@ -9,10 +8,6 @@ stages:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: 'Build'
|
|
||||||
os: osx
|
|
||||||
script: travis_wait ./build/travis.sh
|
|
||||||
|
|
||||||
- stage: 'Docs'
|
- stage: 'Docs'
|
||||||
os: linux
|
os: linux
|
||||||
if: branch = master
|
if: branch = master
|
||||||
@ -39,9 +34,3 @@ addons:
|
|||||||
sources:
|
sources:
|
||||||
- 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:
|
|
||||||
directories:
|
|
||||||
- $HOME/.cache/electron
|
|
||||||
- $HOME/.cache/electron-builder
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user