File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,6 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
1313 cp ./halite ../artifacts/Halite-MacOS-$( date +%Y%m%d%H%M%S) -$( git rev-parse HEAD)
1414 popd
1515
16- pushd libhaliteviz
17- npm install
18- popd
19-
20- pushd tools/halite-in-a-box
21- pushd macos-portable-python
22- ./build.sh
23- popd
24-
25- cp -r macos-portable-python/dist/python-macos.app extra/python-macos
26- rsync -r \
27- --exclude __pycache__ --exclude ' *~' --exclude ' *.pyc' \
28- ../hlt_client/hlt_client/ extra/hlt_client
29- cp ../../game_engine/halite extra/halite_engine
30- npm install
31- $( npm root) /.bin/webpack --mode=production
32- $( npm root) /.bin/electron-builder -m
33- mv ./electron-dist/* .dmg ../../artifacts
34-
3516 cd ../../
3617 ls artifacts
3718else
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ deploy:
2727 skip_cleanup : true
2828 local-dir : artifacts
2929 on :
30+ all_branches : true
3031 tags : true
3132 condition : " $TRAVIS_OS_NAME == 'osx' || $COMPILER = *gcc* "
3233before_install : " ./.travis.before_install.sh"
You can’t perform that action at this time.
0 commit comments