1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

CI: Migrate to Circle2.0

This commit is contained in:
winlin 2019-02-02 20:00:17 +08:00
parent bcfb867e2e
commit 4ceef56f1a

View file

@ -5,13 +5,13 @@ jobs:
- image: ossrs/dev
steps:
- checkout
- cd trunk && ./configure --without-ssl --without-valgrind && make
- run: cd trunk && ./configure --without-ssl --without-valgrind && make
test:
docker:
- image: ossrs/dev
steps:
- 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:
version: 2
build_and_test: