travis: test i686 builds with gmp

Test with and without endomorphism.
pull/11871/head
Cory Fields 10 years ago
parent cf7f70229b
commit 2d2707a4d8

@ -31,6 +31,7 @@ matrix:
apt:
packages:
- gcc-multilib
- libgmp-dev:i386
- compiler: clang
env: HOST=i686-linux-gnu
addons:
@ -49,6 +50,7 @@ matrix:
apt:
packages:
- gcc-multilib
- libgmp-dev:i386
before_script: ./autogen.sh
script:
- if [ -n "$HOST" ]; then export USE_HOST="--host=$HOST"; fi

Loading…
Cancel
Save