Skip to content
Snippets Groups Projects
Commit 6bcd3e05 authored by Federico Tomassetti's avatar Federico Tomassetti Committed by Luca Barbato
Browse files

build: Add support for travis CI

It is useful to support a future staging branch and to have an
automated consistency check on github pull requests.
parent e88103a7
No related branches found
No related tags found
No related merge requests found
language: c
sudo: false
addons:
apt:
packages:
- yasm
- bc
compiler:
- clang
- gcc
cache:
directories:
- libav-samples
script:
- mkdir -p libav-samples
- ./configure --samples=libav-samples --cc=$CC
- make -j 8
- make fate-rsync
- make check -j 8
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