mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
Update ccpp.yml
This commit is contained in:
parent
a3e67a1306
commit
2543ee01dc
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@ -20,5 +20,8 @@ jobs:
|
||||
run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4
|
||||
|
||||
- name: 运行MediaServer
|
||||
run: pwd && cd release/linux/Debug && ./MediaServer -h
|
||||
run: pwd && cd release/linux/Debug && sudo ./MediaServer -d &
|
||||
|
||||
- name: 关闭MediaServer
|
||||
run: sleep 3 && killall -2 MediaServer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user