Skip to content

Commit

Permalink
try again fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tromp committed Oct 1, 2018
1 parent a8daaf3 commit c92f374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ before_script:
- LIBP="$(pwd)/src"
- echo "The library path variable value is ${LIBP:?}"
script:
- if test cuckoo = "${JOB:?}"; then ( cd src && env ${LIBV:?}="${LIBP:?}" make libblake2b.so && cd cuckoo && make all; ); fi
- if test cuckatoo = "${JOB:?}"; then ( cd src && env ${LIBV:?}="${LIBP:?}" make libblake2b.so && cd cuckatoo && make all; ); fi
- if test java = "${JOB:?}"; then ( cd src/java && make all; ); fi
- if test cuckoo = "${JOB:?}"; then ( cd src/crypto && env ${LIBV:?}="${LIBP:?}" make && cd ../cuckoo && make; ); fi
- if test cuckatoo = "${JOB:?}"; then ( cd src/crypto && env ${LIBV:?}="${LIBP:?}" make && cd ../cuckatoo && make; ); fi
- if test java = "${JOB:?}"; then ( cd src/java && make; ); fi

0 comments on commit c92f374

Please sign in to comment.