diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-31 13:18:59 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-31 13:18:59 +0800 |
commit | 7535cfacbe29215487dd02ad1386826d881d7477 (patch) | |
tree | d67343677cbba79988eb1775b51fa9249cf6f0a3 | |
parent | 8497d217a6ffc905ccb17492697109f10870933b (diff) | |
download | dexon-bls-7535cfacbe29215487dd02ad1386826d881d7477.tar.gz dexon-bls-7535cfacbe29215487dd02ad1386826d881d7477.tar.zst dexon-bls-7535cfacbe29215487dd02ad1386826d881d7477.zip |
set LD_LIBRARY_PATH for travis-ci test
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 23c68d4..ed3b118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - make -j3 - make test_ci DISABLE_THREAD_TEST=1 - make test_go - - bin/bls_c384_test.exe + - env LD_LIBRARY_PATH=../mcl/lib bin/bls_c384_test.exe - make clean && make -C ../mcl clean - make -j3 MCL_USE_OPENSSL=0 - make test_ci DISABLE_THREAD_TEST=1 MCL_USE_OPENSSL=0 |