mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-26 09:21:28 +00:00
Only build OS X on travis
This commit is contained in:
parent
6999e34820
commit
97b298a04e
23
.travis.yml
23
.travis.yml
@ -1,6 +1,3 @@
|
|||||||
dist: xenial
|
|
||||||
language: minimal
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "MacOS + Clang"
|
- name: "MacOS + Clang"
|
||||||
@ -26,26 +23,6 @@ matrix:
|
|||||||
- "cd test && python3 -m nose --rednose --verbose"
|
- "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
|
cache: pip
|
||||||
|
|
||||||
# vim: set ft=yaml ts=2 sw=2 tw=0 et :
|
# vim: set ft=yaml ts=2 sw=2 tw=0 et :
|
||||||
|
Loading…
Reference in New Issue
Block a user