Commit 7e272100 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '6bcd3e05'

* commit '6bcd3e05':
  build: Add support for travis CI
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents fb135139 6bcd3e05
language: c
sudo: false
addons:
apt:
packages:
- yasm
- bc
compiler:
- clang
- gcc
cache:
directories:
- ffmpeg-samples
script:
- mkdir -p ffmpeg-samples
- ./configure --samples=ffmpeg-samples --cc=$CC
- make -j 8
- make fate-rsync
- make check -j 8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment