CI: Migrate to Circle2.0
This commit is contained in:
parent
bcfb867e2e
commit
4ceef56f1a
|
|
@ -5,13 +5,13 @@ jobs:
|
||||||
- image: ossrs/dev
|
- image: ossrs/dev
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- cd trunk && ./configure --without-ssl --without-valgrind && make
|
- run: cd trunk && ./configure --without-ssl --without-valgrind && make
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
- image: ossrs/dev
|
- image: ossrs/dev
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest
|
- run: cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user