From: Ilya Shipitsin Date: Sat, 8 Jun 2019 20:46:01 +0000 (+0500) Subject: travis-ci: cleanup "so/dylib" mangling, not needed X-Git-Tag: v3.0.0~281^2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=adbae8f80572272d44fb4701a67361ca6cf731e2;p=openssl-gost%2Fengine.git travis-ci: cleanup "so/dylib" mangling, not needed after https://github.com/openssl/openssl/pull/8951 --- diff --git a/.travis.yml b/.travis.yml index 47f49b8..d5224fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,5 +42,4 @@ script: - cd build - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ${ASAN} .. - make - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then cp bin/gost.{dylib,so}; fi # this hack is most probably related to https://github.com/openssl/openssl/issues/727 - make test CTEST_OUTPUT_ON_FAILURE=1