mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
Merge pull request #144
992e03b
travis: add clang to the test matrix (Cory Fields)
This commit is contained in:
commit
8a0775cfaf
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
language: cpp
|
||||
compiler: gcc
|
||||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
install:
|
||||
- sudo apt-get install -qq libssl-dev
|
||||
- if [ "$BIGNUM" = "gmp" -o "$BIGNUM" = "auto" -o "$FIELD" = "gmp" ]; then sudo apt-get install -qq libgmp-dev; fi
|
||||
|
|
Loading…
Reference in a new issue