Skip to content

Commit 4e0e5ee

Browse files
committed
resturcture build.xml a little bit
1 parent 05eb2ab commit 4e0e5ee

File tree

3 files changed

+378
-369
lines changed

3 files changed

+378
-369
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ before_deploy:
4848
- export VERSION=$(cat client/build.properties | grep "version" | cut -d'=' -f2)
4949
- export TITLE="Release ${VERSION}- `date +'%Y-%m-%d'`"
5050
- 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 ..
5353
- cd server ; ant compile ; cd ..
5454
- cd editor ; ant compile ; cd ..
5555
#- ls client
@@ -59,7 +59,7 @@ jobs:
5959
include:
6060
- stage: compile
6161
name: "Client"
62-
script: "cd client ; ant jar"
62+
script: "cd client ; ant -f build_dist.xml jar"
6363
- name: "Server"
6464
script: "cd server ; ant compile"
6565
- name: "Editor"

0 commit comments

Comments
 (0)