1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-15 06:07:23 +03:00

electron-builder debug output

This commit is contained in:
Eugene Pankov 2019-06-07 21:27:18 +02:00
parent e7311a21e9
commit ff3f606aea

View File

@ -21,7 +21,7 @@ jobs:
- yarn run build:typings - yarn run build:typings
- yarn run build - yarn run build
- scripts/prepackage-plugins.js - scripts/prepackage-plugins.js
- scripts/build-linux.js - DEBUG=electron-builder scripts/build-linux.js
- stage: 'Build' - stage: 'Build'
os: osx os: osx
@ -35,7 +35,7 @@ jobs:
- yarn run build:typings - yarn run build:typings
- yarn run build - yarn run build
- scripts/prepackage-plugins.js - scripts/prepackage-plugins.js
- scripts/build-macos.js - DEBUG=electron-builder scripts/build-macos.js
- stage: 'Docs' - stage: 'Docs'
os: linux os: linux