1 Star 0 Fork 0

extrememart1/PyAV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
Mike Boers 提交于 2018-05-10 11:51 . Let PyPy fail on Travis.
language: python
sudo: false
addons:
apt:
packages:
# See: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
- autoconf
- automake
- build-essential
- cmake
- libass-dev
- libfreetype6-dev
- libjpeg-dev
- libtheora-dev
- libtool
- libvorbis-dev
- mercurial
- pkg-config
- texinfo
- wget
- yasm
- zlib1g-dev
cache:
directories:
- tests/assets # Cache files from the FATE suite.
- vendor/build/$LIBRARY # FFmpeg builds.
- venvs/$TRAVIS_OS_NAME.$TRAVIS_PYTHON_VERSION # Python packages.
matrix:
# There seems to be a bug in Travis that results in Mike getting piles of
# emails as the sub-jobs finish when `fast_finish` is enabled.
#fast_finish: true
allow_failures:
# PyPy doesn't pass recently, and I don't think it is our fault.
- python: "pypy"
env: LIBRARY=ffmpeg-3.2
os: linux
- python: "pypy3"
env: LIBRARY=ffmpeg-3.2
os: linux
# We are still working on this.
- os: osx
# Deprecation while we consider removing support for Libav entirely.
- python: "2.7"
env: LIBRARY=libav-12
os: linux
include:
# Primary targets.
- python: "3.6"
env: LIBRARY=ffmpeg-3.3
os: linux
- python: "2.7"
env: LIBRARY=ffmpeg-3.3
os: linux
# Latest libraries.
- python: "3.6"
env: LIBRARY=ffmpeg-4.0
os: linux
- python: "3.6"
env: LIBRARY=ffmpeg-3.4
os: linux
# Mac OS X.
- env: LIBRARY=ffmpeg-3.2
os: osx
# PyPy
- python: "pypy"
env: LIBRARY=ffmpeg-3.2
os: linux
- python: "pypy3"
env: LIBRARY=ffmpeg-3.2
os: linux
# Libav.
- python: "2.7"
env: LIBRARY=libav-12
os: linux
# Older Pythons.
- python: "3.5"
env: LIBRARY=ffmpeg-3.2
os: linux
- python: "3.4"
env: LIBRARY=ffmpeg-3.2
os: linux
# Older libraries.
- python: "2.7"
env: LIBRARY=ffmpeg-3.2
os: linux
- python: "2.7"
env: LIBRARY=ffmpeg-3.0
os: linux
- python: "2.7"
env: LIBRARY=ffmpeg-2.7
os: linux
- python: "2.7"
env: LIBRARY=ffmpeg-2.5
os: linux
before_install:
- scripts/travis-setup
- scripts/build-deps
install:
- scripts/build
script:
- scripts/test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/extrememart/PyAV.git
[email protected]:extrememart/PyAV.git
extrememart
PyAV
PyAV
develop

搜索帮助