Build both sticker creator and main app in CI
This commit is contained in:
parent
7aad25b3e0
commit
6092284fdb
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ script:
|
|||
- yarn lint
|
||||
- yarn lint-deps
|
||||
- yarn prepare-beta-build
|
||||
- $(yarn bin)/electron-builder --config.extraMetadata.environment=$SIGNAL_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --publish=never --config.directories.output=release
|
||||
- yarn build
|
||||
- ./travis.sh
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -21,7 +21,7 @@ build_script:
|
|||
- type package.json | findstr /v certificateSubjectName > temp.json
|
||||
- move temp.json package.json
|
||||
- yarn prepare-beta-build
|
||||
- node_modules\.bin\electron-builder --config.extraMetadata.environment=%SIGNAL_ENV% --publish=never --config.directories.output=release
|
||||
- yarn build
|
||||
|
||||
test_script:
|
||||
- node build\grunt.js test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue