ref: 82d6d0b9e8ea8cbecb12851e2ed3400cef16b7ef
parent: a611323c617a4c8086408008b630252402095808
author: Ethan Hugg <[email protected]>
date: Fri Jan 10 07:10:11 EST 2014
Find libcrypto
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@
- sudo apt-get update -qq
- sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev libssl-dev
#link libcrypto for 32bit
- - ls -l /lib/i386-linux-gnu/libcrypto*
+ - find /lib -name 'libcrypto*'
- sudo ln -s /lib/i386-linux-gnu/libcrypto.so.0.9.8 /lib/i386-linux-gnu/libcrypto.so
install: make gtest-bootstrap
script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Release && make test && make -B && make test && make -B BUILDTYPE=Release && make test