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:
parent
94adda5dae
commit
c90e321f9c
3 changed files with 6 additions and 6 deletions
2
.circleci/codecov.yml
Normal file
2
.circleci/codecov.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
fixes:
|
||||
- "src/::trunk/src"
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue