Skip to content

Commit 82f4b7a

Browse files
committed
added to appveyor
1 parent 0634ccf commit 82f4b7a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

test/build.bat

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,32 @@ del time_server.cpp
7575
cd ..
7676

7777

78+
cd chap02
79+
copy time_server_ipv6.c time_server_ipv6.cpp
80+
echo "%CC%"
81+
%CC% time_server_ipv6.c -o time_server_ipv6.exe %CEXTRA%
82+
REM time_server_ipv6.exe
83+
del time_server_ipv6.exe
84+
%CC% time_server_ipv6.cpp -o time_server_ipv6.exe %CEXTRA%
85+
REM time_server_ipv6.exe
86+
del time_server_ipv6.exe
87+
del time_server_ipv6.cpp
88+
cd ..
89+
90+
91+
cd chap02
92+
copy time_server_dual.c time_server_dual.cpp
93+
echo "%CC%"
94+
%CC% time_server_dual.c -o time_server_dual.exe %CEXTRA%
95+
REM time_server_dual.exe
96+
del time_server_dual.exe
97+
%CC% time_server_dual.cpp -o time_server_dual.exe %CEXTRA%
98+
REM time_server_dual.exe
99+
del time_server_dual.exe
100+
del time_server_dual.cpp
101+
cd ..
102+
103+
78104
cd chap03
79105
copy tcp_client.c tcp_client.cpp
80106
echo "%CC%"

0 commit comments

Comments
 (0)