Files
wagic/.travis.yml
Dmitry Panin 1401fef37e Simple support for CI at travis
- now compilataion on Linux (using qmake and make) is checked
2013-10-27 14:30:34 +04:00

3 lines
69 B
YAML

language: cpp
script: "qmake projects/mtg/wagic-qt.pro && make -j 8"