Run gui tests on Travis
This commit is contained in:
parent
fee01099a9
commit
17ec37b366
|
@ -236,6 +236,15 @@ script:
|
||||||
- echo $CXXFLAGS
|
- echo $CXXFLAGS
|
||||||
- make -s -j2
|
- make -s -j2
|
||||||
- cd ../
|
- cd ../
|
||||||
|
# Build gui/test
|
||||||
|
- cd gui/test
|
||||||
|
- qmake
|
||||||
|
- make
|
||||||
|
- filelist/test-filelist
|
||||||
|
- projectfile/test-projectfile
|
||||||
|
- translationhandler/test-translationhandler
|
||||||
|
- xmlreportv2/test-xmlreportv2
|
||||||
|
- cd ../..
|
||||||
# Build triage
|
# Build triage
|
||||||
- cd ./tools/triage
|
- cd ./tools/triage
|
||||||
- git clean -dfx .
|
- git clean -dfx .
|
||||||
|
|
Loading…
Reference in New Issue