Skip to content

Commit 062422a

Browse files
add: build version arm64
1 parent ccb2c04 commit 062422a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "travis-lazarus"]
22
path = travis-lazarus
3-
url = https://github.com/nielsAD/travis-lazarus.git
3+
url = https://github.com/GerryFerdinandus/travis-lazarus.git
4+
branch = pr_fix_homebrew

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Suppress the warning with the online Travis WebLint
55
# must be generic and not shell else build issue.
66
language: generic
7-
sudo: required
87

98
# Linux compability issue.
109
# Need to build in xenial with lazarus 1.8.2.
@@ -19,6 +18,9 @@ matrix:
1918
- os: linux
2019
dist: xenial
2120
env: LAZ_VER=1.8.2 RELEASE_ZIP_FILE="trackereditor_linux_amd64.zip"
21+
- os: linux
22+
arch: arm64
23+
env: LAZ_PKG=true RELEASE_ZIP_FILE="trackereditor_linux_arm64_arm_V8.zip"
2224
- os: osx
2325
osx_image: xcode9.4
2426
env: LAZ_VER=2.0.4 RELEASE_ZIP_FILE="trackereditor_macOS.zip"

travis-lazarus

0 commit comments

Comments
 (0)