trying cygwin test

This commit is contained in:
TLINDEN
2015-04-26 14:27:41 +02:00
parent 2e7e602f75
commit ca1f4b8709

18
appveyor.yml Normal file
View File

@@ -0,0 +1,18 @@
environment:
global:
CYG_ROOT: C:\cygwin
CYG_BASH: C:\cygwin\bin\bash
os: unstable
platform:
- Win32
test: off
init:
- git config --global core.autocrlf input
build_script:
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./udpxd -h"'