Run gui tests on Travis

This commit is contained in:
Daniel Marjamäki 2019-04-19 07:56:10 +02:00
parent fee01099a9
commit 17ec37b366
1 changed files with 9 additions and 0 deletions

View File

@ -236,6 +236,15 @@ script:
- echo $CXXFLAGS
- make -s -j2
- cd ../
# Build gui/test
- cd gui/test
- qmake
- make
- filelist/test-filelist
- projectfile/test-projectfile
- translationhandler/test-translationhandler
- xmlreportv2/test-xmlreportv2
- cd ../..
# Build triage
- cd ./tools/triage
- git clean -dfx .