Print version number during build
This commit is contained in:
@@ -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=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user