Skip to content

Commit

Permalink
try to fix travis, pbc should compile standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Garg committed Aug 9, 2018
1 parent 873248c commit 9c38fa1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,5 @@ otp_release:
cache:
directories:
- $HOME/.cache/rebar3
- $HOME/.cache/pbc

before_script:
kerl list installations &&
git clone https://github.com/blynn/pbc &&
cd pbc &&
autoreconf -fvi &&
./configure --prefix $HOME/.cache/pbc &&
make &&
make install &&
cd ..

script: CFLAGS="-I $HOME/.cache/pbc/include" LDFLAGS="-L$HOME/.cache/pbc/lib" LD_LIBRARY_PATH="$HOME/.cache/pbc/lib" ./rebar3 as test do ct && ./rebar3 dialyzer && ./rebar3 coveralls send
script: ./rebar3 as test do ct && ./rebar3 dialyzer && ./rebar3 coveralls send

0 comments on commit 9c38fa1

Please sign in to comment.