Skip to content

Commit

Permalink
Removed redundent ArpSpoofing-VS2015-Project compilation from appveyo…
Browse files Browse the repository at this point in the history
…r.yml
  • Loading branch information
seladb committed Jun 16, 2017
1 parent cd59b9f commit 3941bf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ build_script:
- if "%compiler%"=="vs2015" powershell -command "msbuild mk\vs2015\PcapPlusPlus.sln /p:Configuration=%config% /p:Platform=%platform%"
- if "%compiler%"=="vs2015" powershell -command "msbuild mk\vs2015\PcapPlusPlus-Examples.sln /p:Configuration=%config% /p:Platform=%platform%"
- if "%compiler%"=="vs2015" powershell -command "msbuild mk\vs2015\Tutorials.sln /p:Configuration=%config% /p:Platform=%platform%"
- if "%compiler%"=="vs2015" powershell -command "msbuild Examples\ArpSpoofing-VS2015-Project\ArpSpoofing.sln /p:Configuration=%config% /p:Platform=%platform%"

test_script:
- cd C:\projects\PcapPlusPlus\Tests\Packet++Test
Expand Down

0 comments on commit 3941bf4

Please sign in to comment.