We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcc46b commit e6e4b86Copy full SHA for e6e4b86
scripts/travis_unit_test.sh
@@ -6,6 +6,11 @@
6
#----------- check for Windows, Linux and macOS build
7
if [ "$TRAVIS_OS_NAME" = "linux" ]
8
then
9
+ # show Linux OS version
10
+ uname -a
11
+
12
+ #show openSSL version
13
+ openssl version
14
15
#wine = windows
16
if [ "$LAZ_ENV" = "wine" ]
@@ -25,6 +30,12 @@ then
25
30
26
31
elif [ "$TRAVIS_OS_NAME" = "osx" ]
27
32
33
+ # show macOS version
34
+ sw_vers
35
36
37
38
28
39
#macOS
29
40
# does not work.
41
#enduser/test_trackereditor -a --format=plain
0 commit comments