summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: remove --enable-zsh-compPhilip Sequeira2019-09-271-2/+1
| | | | | This option no longer exists, as zsh completion is installed unconditionally now.
* ci: remove now unuspported libdvdreadwm42019-09-131-1/+0
|
* ci: explicitly call waf with python3Martin Herkt2018-09-111-2/+2
| | | | | | Python 2 may not be present in the CI images in the future, but waf’s shebang line still uses its executable name. Explicitly call the right major version of the interpreter.
* ci: do bootstrap outside the docker containerJan Ekström2018-07-291-1/+0
| | | | | | | This way the docker container in itself does no networking. It seems like travis disabled network access from the actual docker containers.
* ci: enable libsmbclientMartin Herkt2018-07-051-5/+6
|
* ci: Use custom container for Travis buildsMartin Herkt2018-06-251-0/+16
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.