pull/1560/head
winlin 5 years ago
parent 3fd0639fe3
commit 5a32d16494

@ -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

Loading…
Cancel
Save