Run 32-bit tests

This commit is contained in:
Thom Wiggers 2019-02-11 14:59:33 +01:00
parent 29765b0adc
commit 1f9da4b711
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -26,6 +26,22 @@ matrix:
- python3
- python3-yaml
- valgrind
- name: "Linux 32-bit GCC"
os: linux
compiler: gcc # Clang has i386-libasan problems on xenial
addons:
apt:
packages:
- gcc-multilib
- python3
- python3-yaml
- valgrind
before_install:
- sudo dpkg --add-architecture i386
- sudo apt update -qq && sudo apt-get install -qqy libc6-dbg:i386
env:
- MAKETARGET=test-all
- EXTRAFLAGS=-m32
- name: "Run tests on qemu-ppc (GCC)"
os: linux
services: docker