Skip to content

Commit 39c7fbf

Browse files
committed
more checks
[skip ci]
1 parent 72386ef commit 39c7fbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ build_script:
6868
- if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
6969
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
7070
- msbuild /m /nologo /p:Configuration=Debug tcpdump.sln
71-
- Debug\tcpdump.exe --version & echo .
72-
- exit 0
71+
- Debug\tcpdump.exe --version & exit 0
7372
- rem msbuild /nologo /p:Configuration=Debug check.vcxproj

0 commit comments

Comments
 (0)