Merge pull request #47

7280781 travis: minimize the dependencies available for each build config (Cory Fields)
This commit is contained in:
Pieter Wuille 2014-07-26 14:44:01 +02:00
commit d36e409536
No known key found for this signature in database
GPG key ID: 8F653255C87992E0

View file

@ -1,7 +1,8 @@
language: cpp
compiler: gcc
install:
- sudo apt-get install yasm libgmp-dev
- if [ "$BIGNUM" = "gmp" -o "$FIELD" = "gmp" ]; then sudo apt-get install -qq libgmp-dev; fi
- if [ "$FIELD" = "64bit_asm" ]; then sudo apt-get install -qq yasm; fi
env:
global:
- FIELD=auto BIGNUM=auto ENDOMORPHISM=no BUILD=check