shithub: openh264

ref: 11394f492d3cd1d0ac9898d8dc582237ade7f2f9
dir: /.travis.yml/

View raw version
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