1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix the circleci path.

This commit is contained in:
winlin 2019-12-10 20:32:33 +08:00
parent d908ee73db
commit 979f82e0dc
2 changed files with 10 additions and 8 deletions

View file

@ -9,6 +9,8 @@ jobs:
test:
docker:
- image: ossrs/srs:dev
fixes:
- "src/::trunk/src"
steps:
- checkout
- run: cd trunk && ./configure --gcov && make && ./objs/srs_utest && bash auto/coverage.sh