Skip to content

Commit

Permalink
fix(build): generate emscripten zip for releases (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen authored and cipher1024 committed Dec 27, 2019
1 parent 217862b commit 03be22c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ artifacts:
deploy:
description: 'Lean release'
provider: GitHub
auth_token: $GH_TOKEN
auth_token:
secure: RYr9wiQIKqLfdZOylBUgH7Sz75GsABIhiWcPXNjO3DstXw8Fxe3jdkr23IJUIfyF
artifact: binary
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ matrix:
- while sleep 5m; do echo "=====[ $SECONDS seconds ]====="; done & # https://blog.humphd.org/building-large-code-on-travis/
- docker exec -it -e "OPTIONS=$OPTIONS" emscripten script/ci_emscripten_docker.sh
- pkill -9 sleep
- bash script/ci_emscripten_zip.sh
- |
if [[ $GH_TOKEN && $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == master ]]
then
bash script/ci_emscripten_zip.sh
bash script/deploy_nightly.sh build/lean-*
fi
Expand Down

0 comments on commit 03be22c

Please sign in to comment.