Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schnorr: final changes #161

Open
wants to merge 9 commits into
base: v0.2
Choose a base branch
from
Next Next commit
travis.yml: use latest commit, and enable in all builds
  • Loading branch information
afk11 committed Oct 10, 2019
commit 8cf0d8b10c5978b275857c06eafc202c228c2430
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sudo: required

env:
global:
- SECP256K1_REMOTE=https://github.com/bitcoin-core/secp256k1.git
- SECP256K1_COMMIT=fa3301713549d118e57ebe6551d062903ddd6b63
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
- DOCKER_CACHE_DIR=/home/travis/docker

cache:
Expand All @@ -19,15 +19,15 @@ matrix:
- COVERAGE=true
- PHPQA_PHP_VERSION=7.3.7
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
- SECP256K1_COMMIT=a228e2f54d64692230ccb2937b12dd746c5157ed
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
- SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
- EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
- php: 7.3
env:
- VALGRIND=true
- PHPQA_PHP_VERSION=7.3.7
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
- SECP256K1_COMMIT=a228e2f54d64692230ccb2937b12dd746c5157ed
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
- SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
- EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
- php: 7.2
Expand Down
2 changes: 1 addition & 1 deletion travis/phpqa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG BUILD_CHECK_SIGNATURE=true
ARG BUILD_CUSTOM_URL=''
ARG BUILD_REPO_URL=''
ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick/secp256k1.git"
ARG BUILD_SECP256K1_COMMIT="a228e2f54d64692230ccb2937b12dd746c5157ed"
ARG BUILD_SECP256K1_COMMIT="2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d"

ENV PHPIZE_DEPS \
autoconf \
Expand Down