Package apps at separate steps

This commit is contained in:
Yuya Ochiai 2017-09-22 23:19:12 +09:00
parent a9602c22a5
commit 2af6ff30aa

View file

@ -19,7 +19,9 @@ dependencies:
- unset DISPLAY && wineboot --init - unset DISPLAY && wineboot --init
- npm run build - npm run build
- npm run package:windows & npm run package:mac & npm run package:linux & wait - npm run package:windows
- npm run package:mac
- npm run package:linux
- sh -x ./scripts/cp_artifacts.sh release $CIRCLE_ARTIFACTS - sh -x ./scripts/cp_artifacts.sh release $CIRCLE_ARTIFACTS
test: test: