File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 global :
12+ - LPIEDITORPATH=source/project/tracker_editor
1213 - WINEPREFIX=~/.winelaz
1314 - DISPLAY=:99.0
1415 matrix : # For linux and mac osx build
15- - LAZ_VER=1.0.14 # Use specific (binary) release
16- - LAZ_VER=1.2.6
1716 - LAZ_VER=1.4.4
1817
1918matrix : # For windows build with linux wine. Use the same lazarus version as linux/mac build.
2019 include :
21- - os : linux
22- env : LAZ_VER=1.0.14 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
23- - os : linux
24- env : LAZ_VER=1.2.6 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
2520 - os : linux
2621 env : LAZ_VER=1.4.4 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
27- - os : linux
28- env : LAZ_VER=1.2.6 LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
29- - os : linux
30- env : LAZ_VER=1.4.4 LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
3122
3223before_install :
3324 # Start virtual display server
@@ -38,6 +29,4 @@ install:
3829 - ./travis-lazarus/.travis.install.py
3930
4031script :
41- - cd source/project/tracker_editor/ # change to correct folder
42- - lazbuild $LAZ_OPT trackereditor.lpi # Build trackereditor project
43-
32+ - lazbuild $LAZ_OPT $LPIEDITORPATH/trackereditor.lpi # Build trackereditor project
You can’t perform that action at this time.
0 commit comments