travis-ci: add first travis-ci.org config file

This commit is contained in:
Peinthor Rene
2014-09-17 22:16:27 +02:00
parent 847ad46424
commit 122f5372fb

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
language: cpp
compiler:
- gcc
- clang
script:
- cmake .
- make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libqt4-dev libsqlite3-dev
matrix:
fast_finish: true