1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Fix circleci build failed, use the right docker

This commit is contained in:
winlin 2019-12-03 10:48:51 +08:00
parent 643d06473f
commit 7d07b9d82c

View file

@ -2,13 +2,13 @@ version: 2
jobs:
build:
docker:
- image: ossrs/dev
- image: ossrs/srs:dev
steps:
- checkout
- run: cd trunk && ./configure && make
test:
docker:
- image: ossrs/dev
- image: ossrs/srs:dev
steps:
- checkout
- run: cd trunk && ./configure --gcov && make && ./objs/srs_utest && bash auto/coverage.sh