mirror of
https://github.com/mpv-player/mpv
synced 2025-02-22 15:56:59 +00:00
build: move website rebuild into Linux/clang travis job
The mingw ones will be removed in the next commit.
This commit is contained in:
parent
ded36a4470
commit
10d68d06e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user