From 7428272f93f025e86b070ad1628d0dbe24a6328a Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Mon, 25 Jun 2018 19:16:42 +0200 Subject: ci: Use custom container for Travis builds Temporary solution. For now, this builds using a container image based on openSUSE Tumbleweed with the current FFmpeg release. More containers will be added (at least with git snapshots of FFmpeg and libass), and Travis will eventually be replaced with something we have more control over. --- ci/build-tumbleweed.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 ci/build-tumbleweed.sh (limited to 'ci') diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh new file mode 100755 index 0000000000..46449b0994 --- /dev/null +++ b/ci/build-tumbleweed.sh @@ -0,0 +1,16 @@ +#!/bin/sh +set -e + +./bootstrap.py +./waf configure \ + --enable-cdda \ + --enable-dvdread \ + --enable-dvdnav \ + --enable-libmpv-shared \ + --enable-zsh-comp \ + --enable-manpage-build \ + --enable-libarchive \ + --enable-dvbin \ + --enable-vulkan \ + --enable-shaderc +./waf build --verbose -- cgit v1.2.3