ref: 0f4bfd18add1927f7162d00fd53fe95c030f1006
parent: 82d6d0b9e8ea8cbecb12851e2ed3400cef16b7ef
author: Ethan Hugg <[email protected]>
date: Fri Jan 10 07:46:23 EST 2014
Travis - Add install of libssl:i386
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,10 @@
- gh-pages
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev libssl-dev
+ - sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev libssl1.0.0:i386
#link libcrypto for 32bit
- find /lib -name 'libcrypto*'
- - sudo ln -s /lib/i386-linux-gnu/libcrypto.so.0.9.8 /lib/i386-linux-gnu/libcrypto.so
+ - sudo ln -s /lib/i386-linux-gnu/libcrypto.so.1.0.0 /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