From: Guy Harris Date: Thu, 13 Sep 2018 23:09:51 +0000 (-0700) Subject: Do both 32-bit and 64-bit builds. X-Git-Tag: tcpdump-4.99-bp~1019 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/5d5a9021b58590badb6b8e9ba756d01d1c639d0c Do both 32-bit and 64-bit builds. --- diff --git a/.appveyor.yml b/.appveyor.yml index a766aa71..e5d747a7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,8 +13,15 @@ install: - appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32 +environment: + matrix: + - GENERATOR: "Visual Studio 12 2013" + SDK: WpdPack + - GENERATOR: "Visual Studio 12 2013 Win64" + SDK: WpdPack + build_script: - md build - cd build - - cmake -DCMAKE_PREFIX_PATH=c:\projects\libpcap\Win32\WpdPack -G"Visual Studio 12 2013" .. + - cmake -DCMAKE_PREFIX_PATH=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" .. - msbuild -nologo -p:Configuration=Release tcpdump.sln