Skip to content

Commit

Permalink
ci: add build status icon etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jun 30, 2014
1 parent 9170824 commit 42f0fe4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 1,20 @@
language: cpp
compiler:
- clang
cache: apt
install: true
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq -y portaudio19-dev libopenal-dev libva-dev
script:
- ./tools/ci/travis_build.sh
notifications:
recipients:
- [email protected]
irc:
channels:
- "chat.freenode.net#qtav"
email:
recipients:
- [email protected]
on_success: change
on_failure: always
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 1,5 @@
# [QtAV](http://wang-bin.github.io/QtAV)
[![Build Status](https://travis-ci.org/wang-bin/QtAV.svg)](https://travis-ci.org/wang-bin/QtAV)

QtAV is a multimedia playback library based on Qt and FFmpeg. It can help you to write a player
with less effort than ever before.
Expand Down

0 comments on commit 42f0fe4

Please sign in to comment.