Travis: Try to run the cli testing on Travis
This commit is contained in:
parent
6a83c5d3f3
commit
964c2a237a
|
@ -18,7 +18,7 @@ env:
|
||||||
before_install:
|
before_install:
|
||||||
# install needed deps
|
# install needed deps
|
||||||
- travis_retry sudo apt-get update -qq
|
- travis_retry sudo apt-get update -qq
|
||||||
- travis_retry sudo apt-get install -qq python-pygments qt5-default qt5-qmake qtbase5-dev qtcreator libxml2-utils libpcre3 gdb unzip wx-common xmlstarlet
|
- travis_retry sudo apt-get install -qq python-pygments python-pytest qt5-default qt5-qmake qtbase5-dev qtcreator libxml2-utils libpcre3 gdb unzip wx-common xmlstarlet
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# do notify immediately about it when a job of a build fails.
|
# do notify immediately about it when a job of a build fails.
|
||||||
|
@ -242,6 +242,10 @@ script:
|
||||||
- qmake
|
- qmake
|
||||||
- make -s -j2
|
- make -s -j2
|
||||||
- cd ../../
|
- cd ../../
|
||||||
|
# Testing cli
|
||||||
|
- cd test/cli
|
||||||
|
- python -m pytest test-helloworld.py
|
||||||
|
- cd ../..
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Reference in New Issue