mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Run 32-bit tests
This commit is contained in:
parent
29765b0adc
commit
1f9da4b711
16
.travis.yml
16
.travis.yml
@ -26,6 +26,22 @@ matrix:
|
|||||||
- python3
|
- python3
|
||||||
- python3-yaml
|
- python3-yaml
|
||||||
- valgrind
|
- 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)"
|
- name: "Run tests on qemu-ppc (GCC)"
|
||||||
os: linux
|
os: linux
|
||||||
services: docker
|
services: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user