aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2024-04-17 14:45:23 +0300
committerMartin Storsjö <martin@martin.st>2024-04-24 00:03:31 +0300
commitcdf71f789b2f94877983f2f2e586e099a7f0e586 (patch)
tree9aa2251519b49207f080da57ffe8bd631fe74e63
parentce33a5f16d7aebe18394c4f158a020da36055a23 (diff)
downloadffmpeg-cdf71f789b2f94877983f2f2e586e099a7f0e586.tar.gz
Remove .travis.yml
Travis is no longer relevant for attempting to run CI jobs in our setup. Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--.travis.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 784b7bdf73..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-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