source: tspsg/.travis.yml

appveyor
Last change on this file was af4b6d89e3, checked in by Oleksii Serdiuk, 11 years ago

Added Travis CI configuration.

  • Property mode set to 100644
File size: 165 bytes
Line 
1language: cpp
2compiler: gcc
3before_install:
4  - sudo apt-get update -qq
5  - sudo apt-get install -qq libqt4-dev
6script:
7  - qmake tspsg.pro CONFIG+=_t_t_l_
8  - make
Note: See TracBrowser for help on using the repository browser.