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

Fix circleci fail

This commit is contained in:
winlin 2021-02-11 21:14:04 +08:00
parent 79f9cd6b3a
commit 8d9af57cfa

View file

@ -7,8 +7,8 @@ jobs:
- checkout - checkout
- run: | - run: |
cd trunk && cd trunk &&
./configure --without-rtc --without-gb28181 --without-utest --without-srtp-nasm && make && ./configure --gb28181=off --utest=off --srtp-nasm=off && make &&
./configure --with-rtc --with-gb28181 --with-utest --with-srtp-nasm && make clean && make ./configure --gb28181=on --utest=on --srtp-nasm=on && make clean && make
test: test:
docker: docker:
- image: ossrs/srs:dev - image: ossrs/srs:dev
@ -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 --gb28181=on --srtp-nasm=on --utest=on --gcov=on && make &&
./objs/srs_utest && bash auto/coverage.sh ./objs/srs_utest && bash auto/coverage.sh
workflows: workflows:
version: 2 version: 2