projects
/
openssl-gost
/
engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c7bd6
)
travis-ci: cleanup "so/dylib" mangling, not needed
147/head
author
Ilya Shipitsin
<chipitsine@gmail.com>
Sat, 8 Jun 2019 20:46:01 +0000
(
01:46
+0500)
committer
Ilya 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
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 47f49b825e0f8c4123a521cf025e7fbab49e98b5..d5224fc65f861a0f3a89bcd0894b54494c97358b 100644
(file)
--- 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