summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-28 13:56:22 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-28 19:38:10 +0100
commit151fe9e221d78170042c070eadc99da8af8ff36f (patch)
tree1f19efc0dd28681e1b30bcf049f5b6b86e6128ff /.travis.yml
parent2c00901aa6ab7f1a0ae94822dc718abff10bcc3a (diff)
.travis.yml: Run qsscheck.py on Linux CI builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f1c6a4a42..fc351bc47b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,10 @@ addons:
- qtscript5-dev
- qt5keychain-dev
- scons
+ - python3
+ - python3-pip
+ - python3-pyqt5
+ - python3-setuptools
homebrew:
update: true
packages:
@@ -82,6 +86,9 @@ addons:
- taglib
- wavpack
+before_install:
+ - pip3 install tinycss
+
install:
# Build flags common to OS X and Linux.
# Parallel builds are important for avoiding OSX build timeouts.
@@ -120,6 +127,7 @@ script:
# lldb doesn't provide an easy way to exit 1 on error:
# https://bugs.llvm.org/show_bug.cgi?id=27326
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then lldb ./mixxx-test --batch -o run -o quit -k 'thread backtrace all' -k "script import os; os._exit(1)"; fi
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./scripts/qsscheck.py . ; fi
notifications:
webhooks: