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

CI: Update badges

This commit is contained in:
winlin 2019-02-02 20:08:49 +08:00
parent 4ceef56f1a
commit 1e87623a70
2 changed files with 3 additions and 3 deletions

View file

@ -5,13 +5,13 @@ jobs:
- image: ossrs/dev - image: ossrs/dev
steps: steps:
- checkout - checkout
- run: cd trunk && ./configure --without-ssl --without-valgrind && make - run: cd trunk && ./configure && make
test: test:
docker: docker:
- image: ossrs/dev - image: ossrs/dev
steps: steps:
- checkout - checkout
- run: cd trunk && ./configure --without-ssl --without-valgrind && make && ./objs/srs_utest - run: cd trunk && ./configure && make && ./objs/srs_utest
workflows: workflows:
version: 2 version: 2
build_and_test: build_and_test:

View file

@ -1,6 +1,6 @@
# Simple-RTMP-Server # 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) [![Wechat](https://cloud.githubusercontent.com/assets/2777660/22814959/c51cbe72-ef92-11e6-81cc-32b657b285d5.png)](https://github.com/ossrs/srs/wiki/v1_CN_Contact#wechat)
[<img width="52" alt="Skype" src="https://cloud.githubusercontent.com/assets/2777660/24329166/3821a328-1230-11e7-844a-506a5d17dd3d.png">](https://github.com/ossrs/srs/wiki/v1_EN_Contact#skype-or-gitter) [<img width="52" alt="Skype" src="https://cloud.githubusercontent.com/assets/2777660/24329166/3821a328-1230-11e7-844a-506a5d17dd3d.png">](https://github.com/ossrs/srs/wiki/v1_EN_Contact#skype-or-gitter)