Files
udpxd/appveyor.yml

28 lines
899 B
YAML
Raw Normal View History

2015-04-26 14:27:41 +02:00
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"'
2015-04-26 15:55:53 +02:00
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; cygstart --hide ./udpxd -l 127.0.0.1:53 -d 100.73.46.80:53 -V -f"'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; cygstart --hide ./udpxd -l [::1]:53 -d 100.73.46.80:53 -V -f"'
2015-04-26 16:27:14 +02:00
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; sleep 30"'
2015-04-26 15:06:05 +02:00
- 'nslookup www.google.de 127.0.0.1'
2015-04-26 15:19:23 +02:00
- 'nslookup www.google.de ::1'
2015-04-26 16:27:14 +02:00
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; dig"'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; host"'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; nc -h"'
2015-04-26 15:06:05 +02:00
2015-04-26 16:27:14 +02:00