Skip to content

Commit

Permalink
Fix circleci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Feb 19, 2021
1 parent b4b9776 commit 0168769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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
steps:
- 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
Expand Down

0 comments on commit 0168769

Please sign in to comment.