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

Fix the path for circleci

This commit is contained in:
winlin 2019-12-10 21:34:20 +08:00
parent 94adda5dae
commit c90e321f9c
3 changed files with 6 additions and 6 deletions

2
.circleci/codecov.yml Normal file
View file

@ -0,0 +1,2 @@
fixes:
- "src/::trunk/src"

View file

@ -9,8 +9,6 @@ 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
@ -20,4 +18,3 @@ workflows:
jobs:
- build
- test