Skip to content

Commit db81c9d

Browse files
David LiDavid Li
authored andcommitted
Disable CI for Halite-in-a-Box (fixes #151)
1 parent b296ec6 commit db81c9d

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.travis.script.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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
3718
else

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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* "
3233
before_install: "./.travis.before_install.sh"

0 commit comments

Comments
 (0)