Fix circleci build failed, use the right docker
This commit is contained in:
parent
643d06473f
commit
7d07b9d82c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user