Skip to content

Commit e9bc491

Browse files
committed
add arm support to travis. native aarch64 and emulated arm32 on x64
1 parent 714eaad commit e9bc491

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ jobs:
77
- name: x86_gcc
88
before_install: sudo apt install -y gcc-multilib g++-multilib
99
env: PLATFORMFLAGS=-m32
10-
- arch: arm64
10+
- arch: arm64
11+
- name: arm32_xcompile
12+
before_install:
13+
- sudo apt install -y gcc-arm-linux-gnueabi g++-aarch64-linux-gnu
14+
- sudo apt install -y qemu-user
15+
env:
16+
- PLATFORM_PREFIX=aarch64-linux-gnu-
17+
- EMULATOR=qemu-armhf

0 commit comments

Comments
 (0)