Skip to content

Commit 3322eac

Browse files
Test only one lazarus version release.
There is no need to support all the lazarus version.
1 parent d377d2b commit 3322eac

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.travis.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,16 @@ os:
99

1010
env:
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

1918
matrix: #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

3223
before_install:
3324
# Start virtual display server
@@ -38,6 +29,4 @@ install:
3829
- ./travis-lazarus/.travis.install.py
3930

4031
script:
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

0 commit comments

Comments
 (0)