This commit is contained in:
winlin 2019-12-03 19:51:46 +08:00
parent 3fd0639fe3
commit 5a32d16494

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 && make && ./objs/srs_utest