Build both sticker creator and main app in CI

This commit is contained in:
Ken Powers 2019-12-18 14:23:42 -05:00 committed by Scott Nonnenberg
parent 7aad25b3e0
commit 6092284fdb
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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