From f74e53d447a8d7aaa69ec0b03316576c37e7590b Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Fri, 2 Feb 2018 13:20:18 +0100 Subject: [PATCH] Print version number during build --- tests/tests-ci.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests-ci.sh b/tests/tests-ci.sh index 8a64a25..f9819f7 100755 --- a/tests/tests-ci.sh +++ b/tests/tests-ci.sh @@ -39,6 +39,10 @@ ulimit -a -H # error handling performed separately set +e +# print version number +./linuxdeployqt-*-x86_64.AppImage --version + +# TODO: reactivate tests #bash -e tests/tests.sh true RESULT=$?