Skip to content
Snippets Groups Projects
Commit 678a025b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

ci: add .travis.yml based on daala's

parent b97ef834
No related branches found
No related tags found
No related merge requests found
language: c
compiler:
- gcc
- clang
os:
- linux
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install check; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y perl; fi
env:
- CONFIG="--disable-examples --disable-doc"
- CONFIG="--disable-examples --disable-encode"
- CONFIG="--disable-examples --disable-asm"
script:
- ./autogen.sh
- ./configure $CONFIG
- make check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment