From 481853b65a28095f2a244355eeaf53d2f63f96e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 13 Aug 2017 11:10:08 +0200 Subject: [PATCH] Travis: Add GUI tests --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb9f0100a..f1b8dfbe5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,16 @@ 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