Skip to content

Commit

Permalink
add the travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shi Yan authored and Shi Yan committed Apr 21, 2015
1 parent 3b179fd commit 44ab042
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
install:
- sudo apt-get update
- sudo apt-get install libqt5-dev

script:
- qmake H264Naked.pro
- make

0 comments on commit 44ab042

Please sign in to comment.