1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Only build OS X on travis

This commit is contained in:
Thom Wiggers 2019-02-28 14:57:18 +01:00
parent 6999e34820
commit 97b298a04e
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -1,6 +1,3 @@
dist: xenial
language: minimal
matrix:
include:
- name: "MacOS + Clang"
@ -26,26 +23,6 @@ matrix:
- "cd test && python3 -m nose --rednose --verbose"
env:
matrix:
- CC=gcc ARCH=armhf
- CC=clang ARCH=armhf
- CC=gcc ARCH=arm64
- CC=clang ARCH=arm64
- CC=gcc ARCH=i386
- CC=clang ARCH=i386
- CC=gcc ARCH=amd64
- CC=clang ARCH=amd64
- CC=gcc ARCH=unstable-ppc
- CC=clang ARCH=unstable-ppc
script:
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- docker run --rm -v `pwd`:`pwd` -w `pwd` "pqclean/ci-container:$ARCH" /bin/bash -c "
uname -a &&
export CC=${CC} &&
cd test && python3 -m nose --rednose --verbose"
cache: pip
# vim: set ft=yaml ts=2 sw=2 tw=0 et :