Browse Source

Print version number during build

master
TheAssassin 7 years ago
parent
commit
f74e53d447
  1. 4
      tests/tests-ci.sh

4
tests/tests-ci.sh

@ -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=$?

Loading…
Cancel
Save