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 714eaad commit e9bc491Copy full SHA for e9bc491
.travis.yml
@@ -7,4 +7,11 @@ jobs:
7
- name: x86_gcc
8
before_install: sudo apt install -y gcc-multilib g++-multilib
9
env: PLATFORMFLAGS=-m32
10
- - arch: arm64
+ - 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