mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-24 19:58:09 +00:00
Merge pull request #144
992e03b travis: add clang to the test matrix (Cory Fields)
This commit is contained in:
commit
8a0775cfaf
@ -1,5 +1,7 @@
|
|||||||
language: cpp
|
language: c
|
||||||
compiler: gcc
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -qq libssl-dev
|
- 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
|
- if [ "$BIGNUM" = "gmp" -o "$BIGNUM" = "auto" -o "$FIELD" = "gmp" ]; then sudo apt-get install -qq libgmp-dev; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user