]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
travis-ci: cleanup "so/dylib" mangling, not needed 147/head
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 8 Jun 2019 20:46:01 +0000 (01:46 +0500)
committerIlya Shipitsin <chipitsine@gmail.com>
Sat, 8 Jun 2019 20:46:01 +0000 (01:46 +0500)
after https://github.com/openssl/openssl/pull/8951

.travis.yml

index 47f49b825e0f8c4123a521cf025e7fbab49e98b5..d5224fc65f861a0f3a89bcd0894b54494c97358b 100644 (file)
@@ -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