openh264/.travis.yml
2014-01-09 10:24:32 -08:00

15 lines
537 B
YAML

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