mirror of https://github.com/OpenVPN/openvpn-gui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
435 B
19 lines
435 B
version: "cygwin-{build}"
|
|
|
|
environment:
|
|
matrix:
|
|
- ARCH: x86
|
|
CYGWIN: C:\Cygwin
|
|
- ARCH: x86_64
|
|
CYGWIN: C:\Cygwin64
|
|
|
|
build_script:
|
|
- "%CYGWIN%\\setup-%ARCH%.exe -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel"
|
|
- "%CYGWIN%\\bin\\bash -lc 'cd /cygdrive/c/projects/%APPVEYOR_PROJECT_NAME% ; ./appveyor.sh'"
|
|
|
|
artifacts:
|
|
- path: openvpn-gui.exe
|
|
|
|
on_failure:
|
|
- cmd: appveyor PushArtifact config.log
|