Skip to content

Commit

Permalink
run tests with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
noscript committed Mar 1, 2016
1 parent f133656 commit 348f520
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ install:
- sudo add-apt-repository ppa:gstreamer-developers/ppa -y
- sudo apt-get update
- sudo apt-get install libqt4-dev qt4-qmake libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev zip libx11-dev libtag1-dev
- sudo apt-get install fluxbox

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
- fluxbox &

script:
- ./configure --taglib
- ./configure --taglib --tests
- make -j`grep processor /proc/cpuinfo | wc -l`
- ./test

0 comments on commit 348f520

Please sign in to comment.