Revert "Travis: Add GUI tests"

This reverts commit 481853b65a.
This commit is contained in:
Daniel Marjamäki 2017-08-13 13:11:55 +02:00
parent 481853b65a
commit 702947c540
1 changed files with 0 additions and 10 deletions

View File

@ -60,16 +60,6 @@ script:
# check gui with qt settings
- ./cppcheck --library=qt --error-exitcode=1 -Ilib -Iexternals/simplecpp/ -Iexternals/tinyxml/ -Icli --enable=style,performance,portability,warning,internal --exception-handling -j 2 gui -igui/test |& tee --append /tmp/cppcheck.cppcheck
- sh -c "! grep '^\[' /tmp/cppcheck.cppcheck"
# run gui tests
- cd gui/test
- qmake
- make
- filelist/test-filelist
- projectfile/test-projectfile
- translationhandler/test-translationhandler
- xmlreport/test-xmlreport
- xmlreportv2/test-xmlreportv2
- cd ../..
# run extra tests
- tools/generate_and_run_more_tests.sh
# check test/cfg