You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
302 B

language: cpp
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
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.sh