From c5b8d4789d7ca715f3d91fd8165116c621e4a538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Mon, 1 Jun 2020 21:07:08 +0200 Subject: [PATCH] Add installation and runtime test. --- travis/deb-script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis/deb-script.sh b/travis/deb-script.sh index 8853d82..e6574ac 100755 --- a/travis/deb-script.sh +++ b/travis/deb-script.sh @@ -25,3 +25,6 @@ chmod 555 /tmp/syncplay/DEBIAN/prerm make install DESTDIR=/tmp/syncplay dpkg -b /tmp/syncplay/ +sudo apt install /tmp/syncplay.deb -y +syncplay --no-gui +sudo apt remove syncplay