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.
openvpn-gui/appveyor.yml

19 lines
435 B

8 years ago
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"
8 years ago
- "%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