mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-14 12:24:34 +00:00
use yarn for Travis builds
This commit is contained in:
@@ -14,12 +14,12 @@ cache:
|
|||||||
- app/node_modules
|
- app/node_modules
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm i
|
- yarn install
|
||||||
- scripts/install-deps.js
|
- scripts/install-deps.js
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- scripts/build-native.js
|
- scripts/build-native.js
|
||||||
- npm run build
|
- yarn run build
|
||||||
- scripts/prepackage-plugins.js
|
- scripts/prepackage-plugins.js
|
||||||
- scripts/build-$BUILD_FOR.js
|
- scripts/build-$BUILD_FOR.js
|
||||||
|
|
||||||
@@ -32,3 +32,7 @@ addons:
|
|||||||
- rpm
|
- rpm
|
||||||
- wine
|
- wine
|
||||||
- mono-runtime
|
- mono-runtime
|
||||||
|
- yarn
|
||||||
|
sources:
|
||||||
|
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||||
|
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||||
|
Reference in New Issue
Block a user