Skip to content

Commit e6e4b86

Browse files
feature: add show openSSL version
1 parent 5fcc46b commit e6e4b86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/travis_unit_test.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
#----------- check for Windows, Linux and macOS build
77
if [ "$TRAVIS_OS_NAME" = "linux" ]
88
then
9+
# show Linux OS version
10+
uname -a
11+
12+
#show openSSL version
13+
openssl version
914

1015
#wine = windows
1116
if [ "$LAZ_ENV" = "wine" ]
@@ -25,6 +30,12 @@ then
2530

2631
elif [ "$TRAVIS_OS_NAME" = "osx" ]
2732
then
33+
# show macOS version
34+
sw_vers
35+
36+
#show openSSL version
37+
openssl version
38+
2839
#macOS
2940
# does not work.
3041
#enduser/test_trackereditor -a --format=plain

0 commit comments

Comments
 (0)