Skip to content

Commit 59bcc7b

Browse files
travis: use choco 32bit package
This is a single download file. (=less download)
1 parent c82af9b commit 59bcc7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
os: osx
2727
osx_image: xcode11.3
2828
env: LAZ_PKG=true LAZ_OPT="--widgetset=cocoa" RELEASE_ZIP_FILE="trackereditor_macOS.zip"
29-
- name: Windows (2.0.8) Build 32-bit software
29+
- name: Windows (PKG) Build 32-bit software
3030
os: windows
31-
env: LAZ_VER=2.0.8 LAZ_REL=64 LAZ_OPT="--os=win32 --cpu=i386" RELEASE_ZIP_FILE="trackereditor_win32.zip"
31+
env: LAZ_PKG=true LAZ_REL=32 RELEASE_ZIP_FILE="trackereditor_win32.zip"
3232

3333
before_install:
3434
# Install python in windows OS

travis-lazarus

0 commit comments

Comments
 (0)