mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
a7357727b9
commit
f02fd21719
1 changed files with 2 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue