Print version number during build

This commit is contained in:
TheAssassin
2018-02-02 13:20:18 +01:00
parent d1d3641f58
commit f74e53d447
+4
View File
@@ -39,6 +39,10 @@ ulimit -a -H
# error handling performed separately # error handling performed separately
set +e set +e
# print version number
./linuxdeployqt-*-x86_64.AppImage --version
# TODO: reactivate tests
#bash -e tests/tests.sh #bash -e tests/tests.sh
true true
RESULT=$? RESULT=$?