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

Local sources #56

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove sudo requirement for building extension
afk11 authored and Thomas Kerin committed Mar 8, 2017

Unverified

No user is associated with the committer email.
commit def8e0400a9aef0fc10d4523fc0aff1a360e90b6
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -18,8 +18,7 @@ install:
&& cd libsecp256k1 \
&& ./autogen.sh && ./configure --enable-experimental --enable-module-{ecdh,recovery} && make && sudo make install \
&& cd ..
- |
phpize && ./configure && make && sudo make install
- phpize && ./configure && make
- composer update

before_script:
@@ -32,4 +31,4 @@ script:
cd libsecp256k1 \
&& ./tests \
&& cd ..
- php -dextension=secp256k1.so vendor/phpunit/phpunit/phpunit tests/
- php -d"extension=modules/secp256k1.so" vendor/phpunit/phpunit/phpunit tests/