1 Star 1 Fork 7

goAlpha / FFmpegAVS2

forked from pkuvcl / FFmpegAVS2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 531 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
language: c
sudo: false
os:
- linux
- osx
addons:
apt:
packages:
- nasm
- diffutils
compiler:
- clang
- gcc
matrix:
exclude:
- os: osx
compiler: gcc
cache:
directories:
- ffmpeg-samples
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi
script:
- mkdir -p ffmpeg-samples
- ./configure --samples=ffmpeg-samples --cc=$CC
- make -j 8
- make fate-rsync
- make check -j 8
C
1
https://gitee.com/goAlpha/FFmpegAVS2.git
git@gitee.com:goAlpha/FFmpegAVS2.git
goAlpha
FFmpegAVS2
FFmpegAVS2
master

搜索帮助

14c37bed 8189591 565d56ea 8189591