Fix circleci fail

pull/2213/head
winlin 4 years ago
parent b4b9776b02
commit 01687697a1

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

Loading…
Cancel
Save