1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Added .travis.yml for travis-ci.com

This commit is contained in:
nowrep 2014-02-01 16:48:15 +01:00
parent 08929228bd
commit 5e661cc2d7

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: cpp
install:
- sudo apt-get -qq update
- sudo apt-get -qq install libqt4-dev libqt4-webkit libqt4-sql-sqlite libssl-dev pkg-config libhunspell-dev
script:
- qmake
- make
- cd scripts && ./run_tests.py