summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-07-25 20:29:15 +0000
committerJan Ekström <jeebjp@gmail.com>2021-07-27 20:53:44 +0300
commitd62df0491bf964f40c0760926a0bfc23725e36f2 (patch)
tree1c3495babfc735d289ca2254f260eee81f7e5dfc
parentabe523c1d02d5aa220509bd5a9caee624c4ff736 (diff)
downloadmpv-d62df0491bf964f40c0760926a0bfc23725e36f2.tar.bz2
mpv-d62df0491bf964f40c0760926a0bfc23725e36f2.tar.xz
ci/travis: remove freebsd build
-rw-r--r--.travis.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/.travis.yml b/.travis.yml
index 4af46f4f3c..8b83dd4e20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,6 @@
language: c
matrix:
- include:
- - os: freebsd
- compiler: clang
fast_finish: true
dist: focal
@@ -27,46 +24,11 @@ branches:
before_install:
- if [ "$TRAVIS_COMPILER" = "clang" ]; then export CXX="clang++"; fi
- if [ "$TRAVIS_COMPILER" = "gcc" ]; then export CXX="g++"; fi
- - |
- if [ "$TRAVIS_OS_NAME" = "freebsd" ]; then
- # Requested in ci/build-freebsd.sh
- sudo pkg install -y \
- evdev-proto \
- ffmpeg \
- libplacebo \
- libxkbcommon \
- luajit \
- openal-soft \
- pkgconf \
- python3 \
- sdl2 \
- vulkan-headers \
- wayland-protocols \
- $NULL
- # Optionally auto-enabled
- sudo pkg install -y \
- alsa-lib \
- jackit \
- libXv \
- libarchive \
- libbluray \
- libcaca \
- libcdio-paranoia \
- libdvdnav \
- mujs \
- pulseaudio \
- rubberband \
- sekrit-twc-zimg \
- uchardet \
- v4l_compat \
- $NULL
- fi
script:
- ./bootstrap.py
- - if [ "$TRAVIS_OS_NAME" = "freebsd" ]; then ./ci/build-freebsd.sh; fi
after_failure: cat ./build/config.log
after_script: TOOLS/travis-rebuild-website