trying tests, try 3

This commit is contained in:
TLINDEN
2015-04-26 15:19:23 +02:00
parent d45d48d955
commit 65638bdbcf

View File

@@ -17,7 +17,8 @@ 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 -l 127.0.0.1:53 -d 8.8.8.8:53"'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./udpxd -l [::1]:53 -d 8.8.8.8:53"'
- 'nslookup www.google.de'
- 'nslookup www.google.de 127.0.0.1'
- 'nslookup www.google.de :.1'
- 'nslookup www.google.de ::1'
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; killall udpxd'