mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1500, support push stream by GB28181. 4.0.18
This commit is contained in:
parent
d81cde695d
commit
608f3d0fae
11 changed files with 59 additions and 12 deletions
|
@ -6,15 +6,17 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: |
|
||||
cd trunk && ./configure --without-rtc --without-utest && make &&
|
||||
./configure --with-rtc --with-utest && make clean && make
|
||||
cd trunk &&
|
||||
./configure --without-rtc --without-gb28181 --without-utest && make &&
|
||||
./configure --with-rtc --with-gb28181 --with-utest && make clean && make
|
||||
test:
|
||||
docker:
|
||||
- image: ossrs/srs:dev
|
||||
steps:
|
||||
- checkout
|
||||
- run: |
|
||||
cd trunk && ./configure --with-utest --gcov && make &&
|
||||
cd trunk &&
|
||||
./configure --with-rtc --with-gb28181 --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