diff --git a/.circleci/config.yml b/.circleci/config.yml index b1c513fae..e06bed4b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,13 +5,13 @@ jobs: - image: ossrs/dev steps: - checkout - - run: cd trunk && ./configure --without-ssl --without-valgrind && make + - run: cd trunk && ./configure && make test: docker: - image: ossrs/dev steps: - checkout - - run: cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest + - run: cd trunk && ./configure && make && ./objs/srs_utest workflows: version: 2 build_and_test: diff --git a/README.md b/README.md index 3f43cb0ca..9aeb19d25 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Simple-RTMP-Server -[![CircleCI](https://circleci.com/gh/ossrs/srs/tree/develop.svg?style=svg)](https://circleci.com/gh/ossrs/srs/tree/develop) +[![CircleCI](https://circleci.com/gh/ossrs/srs/tree/3.0release.svg?style=svg&circle-token=1ef1d5b5b0cde6c8c282ed856a18199f9e8f85a9)](https://circleci.com/gh/ossrs/srs/tree/3.0release) [![Wechat](https://cloud.githubusercontent.com/assets/2777660/22814959/c51cbe72-ef92-11e6-81cc-32b657b285d5.png)](https://github.com/ossrs/srs/wiki/v1_CN_Contact#wechat) [Skype](https://github.com/ossrs/srs/wiki/v1_EN_Contact#skype-or-gitter)