mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 18:39:55 +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
|
||||
node_js: 11
|
||||
osx_image: xcode11
|
||||
|
||||
stages:
|
||||
- Build
|
||||
@ -9,10 +8,6 @@ stages:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: 'Build'
|
||||
os: osx
|
||||
script: travis_wait ./build/travis.sh
|
||||
|
||||
- stage: 'Docs'
|
||||
os: linux
|
||||
if: branch = master
|
||||
@ -39,9 +34,3 @@ addons:
|
||||
sources:
|
||||
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||
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