Simple support for CI at travis
- now compilataion on Linux (using qmake and make) is checked
This commit is contained in:
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
language: cpp
|
||||
script: "qmake projects/mtg/wagic-qt.pro && make -j 8"
|
||||
Reference in New Issue
Block a user