1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +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: jobs:
build: build:
docker: docker:
- image: ossrs/dev - image: ossrs/srs:dev
steps: steps:
- checkout - checkout
- run: cd trunk && ./configure && make - run: cd trunk && ./configure && make
test: test:
docker: docker:
- image: ossrs/dev - image: ossrs/srs:dev
steps: steps:
- checkout - checkout
- run: cd trunk && ./configure --gcov && make && ./objs/srs_utest && bash auto/coverage.sh - run: cd trunk && ./configure --gcov && make && ./objs/srs_utest && bash auto/coverage.sh