Update
This commit is contained in:
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…
Reference in New Issue
Block a user