File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ sudo: required
88dist : precise
99# trusty does not work in this configuration
1010
11- os :
12- - linux
13- - osx
14-
1511env :
1612 global :
1713 - LPIEDITORPATH=source/project/tracker_editor
1814 - WINEPREFIX=~/.winelaz
1915 - DISPLAY=:99.0
20- matrix : # For linux and mac osx build
21- - LAZ_VER=1.6.2
2216
23- matrix : # For windows build with linux wine. Use the same lazarus version as linux/mac build.
17+ # For windows build (win32) use linux wine.
18+ matrix :
2419 include :
2520 - os : linux
2621 env : LAZ_VER=1.6.2 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
22+ - os : linux
23+ env : LAZ_VER=1.6
24+ - os : osx
25+ env : LAZ_VER=1.6.2
26+
2727
2828before_install :
2929 # Start virtual display server
@@ -50,5 +50,3 @@ deploy:
5050 tags : true
5151 repo : GerryFerdinandus/bittorrent-tracker-editor
5252
53- git :
54- depth : 1
You can’t perform that action at this time.
0 commit comments