forked from OpenVPN/openvpn-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
35 lines (32 loc) · 964 Bytes
/
.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
version: "openvpn-build-{build}"
skip_commits:
files:
- .travis.yml
environment:
CBUILD: x86_64-pc-linux-gnu
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BUILDSYSTEM: cygwin
ARCH: x86
CYGWIN: C:\Cygwin
CHOST: i686-w64-mingw32
RANLIB: gcc-ranlib
AR: gcc-ar
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BUILDSYSTEM: cygwin
ARCH: x86_64
CYGWIN: C:\Cygwin64
CHOST: x86_64-w64-mingw32
RANLIB: gcc-ranlib
AR: gcc-ar
for:
-
matrix:
only:
- BUILDSYSTEM: cygwin
build_script:
- "%CYGWIN%\\setup-%ARCH%.exe -g -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel,unzip,dos2unix,patch,liblz4-devel"
- "%CYGWIN%\\bin\\bash -lc 'cp `which true` /usr/bin/man2html'"
- "%CYGWIN%\\bin\\bash -lc 'cd /cygdrive/c/projects/%APPVEYOR_PROJECT_SLUG% ; generic/build'"
artifacts:
- path: generic/image/openvpn/bin