Skip to content

Commit

Permalink
more checks
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fxlb committed Feb 7, 2024
1 parent 72386ef commit 39c7fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ build_script:
- if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
- msbuild /m /nologo /p:Configuration=Debug tcpdump.sln
- Debug\tcpdump.exe --version & echo .
- exit 0
- Debug\tcpdump.exe --version & exit 0
- rem msbuild /nologo /p:Configuration=Debug check.vcxproj

0 comments on commit 39c7fbf

Please sign in to comment.