summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-05-06 23:00:49 +0200
committerJan Ekström <jeebjp@gmail.com>2021-05-16 01:55:37 +0300
commit10d68d06e65a55a793de65f947c8383c54b68792 (patch)
tree3cade015ff019bc1f865964d58c121851a5ce3e2
parentded36a4470a5970693ee0ceb2f43baa5db470cd3 (diff)
downloadmpv-10d68d06e65a55a793de65f947c8383c54b68792.tar.bz2
mpv-10d68d06e65a55a793de65f947c8383c54b68792.tar.xz
build: move website rebuild into Linux/clang travis job
The mingw ones will be removed in the next commit.
-rwxr-xr-xTOOLS/travis-rebuild-website2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/travis-rebuild-website b/TOOLS/travis-rebuild-website
index ecf3dae466..802dded876 100755
--- a/TOOLS/travis-rebuild-website
+++ b/TOOLS/travis-rebuild-website
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ "x$TARGET" != "xx86_64-w64-mingw32" ]; then
+if [ "$TRAVIS_OS_NAME" != "linux" ] || [ "$CC" != "clang" ]; then
# trigger build only on one of the matrix nodes
exit;
fi