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 59bcc7b commit 518005dCopy full SHA for 518005d
.travis.yml
@@ -22,14 +22,7 @@ jobs:
22
dist: xenial
23
arch: arm64
24
env: LAZ_PKG=true RELEASE_ZIP_FILE="trackereditor_linux_AArch64.zip"
25
- - name: macOS 10.14 (PKG)
26
- os: osx
27
- osx_image: xcode11.3
28
- env: LAZ_PKG=true LAZ_OPT="--widgetset=cocoa" RELEASE_ZIP_FILE="trackereditor_macOS.zip"
29
- - name: Windows (PKG) Build 32-bit software
30
- os: windows
31
- env: LAZ_PKG=true LAZ_REL=32 RELEASE_ZIP_FILE="trackereditor_win32.zip"
32
-
+
33
before_install:
34
# Install python in windows OS
35
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install python3 --params "/InstallDir:C:\python3"; fi
0 commit comments