fix(sing)

closes #4557
This commit is contained in:
Jacob Heider 2023-12-21 23:16:25 -05:00 committed by Jacob Heider
parent a7357727b9
commit f02fd21719

View file

@ -23,18 +23,5 @@ build:
provides:
- bin/sing-box
test:
dependencies:
linux:
gitlab.com/procps-ng/procps: '*'
script:
- sing-box version | grep {{version}}
- sing-box check -c $PWD/config.json
- sing-box run &
- sleep 1
- cat box.log | grep 'sing-box started'
- $KILL sing-box
env:
darwin:
KILL: killall
linux:
KILL: pkill
- sing-box version | grep {{version}}
- sing-box check -c $PWD/config.json