1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
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: 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 && make && ./objs/srs_utest - run: cd trunk && ./configure && make && ./objs/srs_utest