mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 19:40:58 +01:00
24 lines
627 B
YAML
24 lines
627 B
YAML
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 -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 127.0.0.1'
|
|
- 'nslookup www.google.de :.1'
|
|
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; killall udpxd'
|
|
|