mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix circleci script
This commit is contained in:
parent
f504cb2724
commit
c666933cd2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- checkout
|
||||
- run: |
|
||||
cd trunk &&
|
||||
./configure --with-rtc --with-gb28181 --with-srtp-nasm --with-utest--gcov && make &&
|
||||
./configure --with-rtc --with-gb28181 --with-srtp-nasm --with-utest --gcov && make &&
|
||||
./objs/srs_utest && bash auto/coverage.sh
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue