ref: 0fc2b6d14e851eda8042fb9eadf0e6f243a6aa07
dir: /.travis.yml/
language: cpp compiler: - g++ - clang before_install: - sudo apt-get update -qq - 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 - 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=Debug && make test && make -B ENABLE64BIT=No && make test && make -B ENABLE64BIT=No BUILDTYPE=Debug && make test