File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,13 @@ skip_commits:
32
32
33
33
# Build Configurations: dll/static, regular/debug
34
34
configuration :
35
- - dynamic
36
35
- static
37
- - dynamic-debug
38
- - static-debug
39
36
40
37
# Environment variables: compiler toolchain
41
38
environment :
42
39
matrix :
43
- - TOOLCHAIN : 10.0
44
- - TOOLCHAIN : 11.0
45
- - TOOLCHAIN : 12.0
46
- - TOOLCHAIN : 14.0
47
40
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
48
41
TOOLCHAIN : 2017
49
- - TOOLCHAIN : cygwin
50
- - TOOLCHAIN : mingw
51
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
52
42
53
43
# Platform: architecture
54
44
platform :
Original file line number Diff line number Diff line change @@ -135,3 +135,9 @@ echo [INFO] Perl version
135
135
perl --version
136
136
137
137
%MAKE% %MAKEARGS% %*
138
+
139
+ echo %CD%
140
+
141
+ cd modules/libcom/test/O.%EPICS_HOST_ARCH%
142
+
143
+ blockingSockTest
Original file line number Diff line number Diff line change @@ -74,4 +74,5 @@ if [ "$TEST" != "NO" ]
74
74
then
75
75
make -j2 tapfiles
76
76
make -s test-results
77
+ find modules/libcom/test -name blockingSockTest.t | xargs -l1 cat
77
78
fi
You can’t perform that action at this time.
0 commit comments