Fix circleci script
This commit is contained in:
parent
f504cb2724
commit
c666933cd2
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: |
|
- run: |
|
||||||
cd trunk &&
|
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
|
./objs/srs_utest && bash auto/coverage.sh
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user