Przeglądaj źródła

Merge pull request #23 from PQClean/32-bit

Run 32-bit tests
tags/v0.0.1
Thom Wiggers 5 lat temu
committed by GitHub
rodzic
commit
8dcf6529b8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 16 dodań i 0 usunięć
  1. +16
    -0
      .travis.yml

+ 16
- 0
.travis.yml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz