We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7929926 commit 5a05a3aCopy full SHA for 5a05a3a
.travis.yml
@@ -11,13 +11,12 @@ env:
11
global:
12
- WINEPREFIX=~/.winelaz
13
- DISPLAY=:99.0
14
- matrix:
15
- - LAZ_PKG=true # Use the latest version from the default package manager
+ matrix: #For linux and mac osx build
16
- LAZ_VER=1.0.14 # Use specific (binary) release
17
- LAZ_VER=1.2.6
18
- LAZ_VER=1.4.4
19
20
-matrix:
+matrix: #For windows build with linux wine. Use the same lazarus version as linux/mac build.
21
include:
22
- os: linux
23
env: LAZ_VER=1.0.14 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
0 commit comments