forked from aircrack-ng/aircrack-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
101 lines (56 loc) · 4.38 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
platform: x64
clone_depth: 10
environment:
CHERE_INVOKING: 1
MSYSTEM: MSYS
install:
- ps: c:\cygwin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P autoconf -P automake -P bison -P clang -P gcc-core -P gcc-g++ -P mingw-runtime -P mingw-binutils -P mingw-gcc-core -P mingw-gcc-g++ -P mingw-pthreads -P mingw-w32api -P libtool -P make -P python -P gettext-devel -P gettext -P intltool -P libiconv -P libiconv-devel -P pkg-config -P git -P wget -P curl -P libpcre-devel -P openssl-devel -P libsqlite3-devel -P zlib-devel -P libcurl4
- ps: c:\cygwin64\setup-x86_64.exe -qnNdO -R C:/cygwin64 -s http://cygwin.mirror.constant.com -l C:/cygwin64/var/cache/setup -P autoconf -P automake -P bison -P clang -P gcc-core -P gcc-g++ -P mingw-runtime -P mingw-binutils -P mingw-gcc-core -P mingw-gcc-g++ -P mingw-pthreads -P mingw-w32api -P libtool -P make -P python -P gettext-devel -P gettext -P intltool -P libiconv -P libiconv-devel -P pkg-config -P git -P wget -P curl -P libcurl4 -P libpcre-devel -P openssl-devel -P libsqlite3-devel -P zlib-devel
- cmd: c:\msys64\usr\bin\bash -e -l -c "pacman -Rdd --noconfirm catgets || true"
- cmd: c:\msys64\usr\bin\bash -e -l -c "pacman -Rdd --noconfirm libcatgets || true"
- cmd: c:\msys64\usr\bin\bash -e -l -c "pacman -Syu --noconfirm"
- cmd: c:\msys64\usr\bin\bash -e -l -c "pacman -Su --noconfirm"
- cmd: c:\msys64\usr\bin\bash -e -l -c "pacman -Sy --noconfirm autoconf automake1.15 libtool msys2-w32api-headers msys2-w32api-runtime pkg-config git python openssl-devel openssl libopenssl msys2-runtime-devel binutils make pcre-devel libsqlite-devel zlib-devel"
build_script:
- cmd: >-
C:\cygwin\bin\bash -e -l -c "curl -RLO http://benden.us/vagrant/AirPcap_Devpack_4_1_1_1838.zip"
C:\cygwin\bin\bash -e -l -c "7z x AirPcap_Devpack_4_1_1_1838.zip"
C:\cygwin\bin\bash -e -l -c "cp -vfp Airpcap_Devpack/bin/x86/airpcap.dll src"
C:\cygwin\bin\bash -e -l -c "./autogen.sh --with-experimental --with-airpcap=`pwd`"
C:\cygwin\bin\bash -e -l -c "make"
C:\cygwin\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\cygwin\bin\bash -e -l -c "make clean"
C:\cygwin\bin\bash -e -l -c "./autogen.sh --with-experimental"
C:\cygwin\bin\bash -e -l -c "make"
C:\cygwin\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\cygwin\bin\bash -e -l -c "make clean"
C:\cygwin\bin\bash -e -l -c "env CC=clang-5.0 CXX=clang++-5.0 LIBS='-liconv' ./autogen.sh --with-experimental --with-airpcap=`pwd`"
C:\cygwin\bin\bash -e -l -c "make"
C:\cygwin\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\cygwin\bin\bash -e -l -c "make clean"
C:\cygwin64\bin\bash -e -l -c "cp -vfp Airpcap_Devpack/bin/x64/airpcap.dll src"
C:\cygwin64\bin\bash -e -l -c "./autogen.sh --with-experimental --with-airpcap=`pwd`"
C:\cygwin64\bin\bash -e -l -c "make"
C:\cygwin64\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\cygwin64\bin\bash -e -l -c "make clean"
C:\cygwin64\bin\bash -e -l -c "./autogen.sh --with-experimental"
C:\cygwin64\bin\bash -e -l -c "make"
C:\cygwin64\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\cygwin64\bin\bash -e -l -c "make clean"
C:\cygwin64\bin\bash -e -l -c "env CC=clang-5.0 CXX=clang++-5.0 LIBS='-liconv' ./autogen.sh --with-experimental --with-airpcap=`pwd`"
C:\cygwin64\bin\bash -e -l -c "make"
C:\cygwin64\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\cygwin64\bin\bash -e -l -c "make clean"
C:\msys64\usr\bin\bash -e -l -c "cp -vfp Airpcap_Devpack/bin/x64/airpcap.dll src"
C:\msys64\usr\bin\bash -e -l -c "./autogen.sh --with-experimental --with-airpcap=`pwd`"
C:\msys64\usr\bin\bash -e -l -c "make"
C:\msys64\usr\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"
C:\msys64\usr\bin\bash -e -l -c "make clean"
C:\msys64\usr\bin\bash -e -l -c "./autogen.sh --with-experimental"
C:\msys64\usr\bin\bash -e -l -c "make"
C:\msys64\usr\bin\bash -e -l -c "make check || { cat test/test-suite.log && exit 1; }"