shithub: openh264

ref: bcf102db83de2dcc6c01b4bcdf2c12e91610f551
dir: /.travis.yml/

View raw version
language: cpp
compiler:
  - gcc
  - clang
# Change this to your needs
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
script: make gtest-bootstrap && make && make test