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
1 changed files with 2 additions and 1 deletions

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