File tree 3 files changed +378
-369
lines changed
3 files changed +378
-369
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ before_deploy:
48
48
- export VERSION=$(cat client/build.properties | grep "version" | cut -d'=' -f2)
49
49
- export TITLE="Release ${VERSION}- `date +'%Y-%m-%d'`"
50
50
- zip -r tracks.zip tracks/*
51
- - cd client ; ant win ; wine '/home/travis/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe' /DMyAppVersion=$VERSION /DMyAppExeName="Client-${VERSION}.exe" client.iss /O /F /q'Client' ; cd ..
52
- - cd client ; sudo ant osx-bundled2 ; cd ..
51
+ - cd client ; ant -f build_dist.xml win ; wine '/home/travis/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe' /DMyAppVersion=$VERSION /DMyAppExeName="Client-${VERSION}.exe" client.iss /O /F /q'Client' ; cd ..
52
+ - cd client ; sudo ant -f build_dist.xml osx-bundled2 ; cd ..
53
53
- cd server ; ant compile ; cd ..
54
54
- cd editor ; ant compile ; cd ..
55
55
# - ls client
59
59
include :
60
60
- stage : compile
61
61
name : " Client"
62
- script : " cd client ; ant jar"
62
+ script : " cd client ; ant -f build_dist.xml jar"
63
63
- name : " Server"
64
64
script : " cd server ; ant compile"
65
65
- name : " Editor"
You can’t perform that action at this time.
0 commit comments