Skip to content

Commit 6f0f6b2

Browse files
committed
appveyor.yml test #1
1 parent b775817 commit 6f0f6b2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

BUILD-FROM-GIT.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
I build from git using some top-level scripts.
2+
Refer to libnet/README.win32 if you're building for windows.
23

34
Minimum dependencies are:
45

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
install:
3+
- appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
4+
- 7z x .\WpdPack_4_1_2.zip -o..
5+
6+
before_build:
7+
- cd C:\projects\libnet\libnet
8+
9+
build_script:
10+
- msvcbuild.bat
11+
- msvcbuild.bat x64

0 commit comments

Comments
 (0)