From 17ec37b36655404c80d7e27b93bc9847c7a98470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 19 Apr 2019 07:56:10 +0200 Subject: [PATCH] Run gui tests on Travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index ad70fbb63..e5cd4ce59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .