support html test

ci/stable
Walter Lapchynski 6 years ago
parent 695f2ff658
commit bc7011d25a

1
debian/control vendored

@ -19,6 +19,7 @@ Build-Depends: cmake (>= 2.8.11),
qtbase5-dev (>= 5.2),
qttools5-dev,
ragel,
xvfb,
zlib1g-dev
Standards-Version: 4.2.1
Homepage: http://trojita.flaska.net/

3
debian/rules vendored

@ -3,3 +3,6 @@ export DH_VERBOSE = 1
%:
dh $@ --buildsystem=cmake
override_dh_auto_test:
xvfb-run -a dh_auto_test

Loading…
Cancel
Save