trying tests

This commit is contained in:
TLINDEN
2015-04-26 15:06:05 +02:00
parent 2a1af5ca35
commit ef9304b667

View File

@@ -15,5 +15,9 @@ init:
build_script:
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
- ipconfig
- route print
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./udpxd -l 127.0.0.1:53 -d 8.8.8.8"'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./udpxd -l [::1]:53 -d 8.8.8.8"'
- 'nslookup www.google.de 127.0.0.1'
- 'nslookup www.google.de :.1'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; killall udpxd'