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

Fix circleci script

This commit is contained in:
winlin 2020-04-03 23:02:52 +08:00
parent f504cb2724
commit c666933cd2

View file

@ -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