ref: 8bc5bf58a0c6eee000c40e541dd16a696fabd5f3
dir: /.travis.yml/
language: cpp compiler: - clang branches: except: - 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 install: make gtest-bootstrap # libssl is not multiarch so we are building 64bit # and then installing the 32bit version script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Release && make test && sudo apt-get install -qq libssl-dev:i386 && make -B && make test && make -B BUILDTYPE=Release && make test