mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
a7357727b9
commit
f02fd21719
|
@ -23,18 +23,5 @@ build:
|
||||||
provides:
|
provides:
|
||||||
- bin/sing-box
|
- bin/sing-box
|
||||||
test:
|
test:
|
||||||
dependencies:
|
|
||||||
linux:
|
|
||||||
gitlab.com/procps-ng/procps: '*'
|
|
||||||
script:
|
|
||||||
- sing-box version | grep {{version}}
|
- sing-box version | grep {{version}}
|
||||||
- sing-box check -c $PWD/config.json
|
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue