Update ccpp.yml

This commit is contained in:
夏楚 2019-11-14 15:22:15 +08:00 committed by GitHub
parent a3e67a1306
commit 2543ee01dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,8 @@ jobs:
run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4 run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4
- name: 运行MediaServer - 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