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:
parent
b0e91e8fe9
commit
3e8f070635
3 changed files with 21 additions and 23 deletions
20
.circleci/config.yml
Normal file
20
.circleci/config.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: ossrs/dev
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: cd trunk && ./configure && make
|
||||||
|
test:
|
||||||
|
docker:
|
||||||
|
- image: ossrs/dev
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: cd trunk && ./configure && make && ./objs/srs_utest
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_and_test:
|
||||||
|
jobs:
|
||||||
|
- build
|
||||||
|
- test
|
|
@ -1,6 +1,6 @@
|
||||||
# Simple-RTMP-Server
|
# Simple-RTMP-Server
|
||||||
|
|
||||||
[](https://circleci.com/gh/ossrs/srs/tree/2.0release)
|
[](https://circleci.com/gh/ossrs/srs/tree/2.0release)
|
||||||
[](https://github.com/ossrs/srs/wiki/v1_CN_Contact#wechat)
|
[](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)
|
||||||
|
|
||||||
|
|
22
circle.yml
22
circle.yml
|
@ -1,22 +0,0 @@
|
||||||
## filter branches.
|
|
||||||
general:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- 2.0release
|
|
||||||
- develop
|
|
||||||
- master
|
|
||||||
- bms
|
|
||||||
- /feature\/.*/
|
|
||||||
- /hotfix\/.*/
|
|
||||||
- /release\/.*/
|
|
||||||
- /pull\/.*/
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
override:
|
|
||||||
- echo "ok"
|
|
||||||
|
|
||||||
test:
|
|
||||||
override:
|
|
||||||
- (cd trunk && ./configure --without-ssl && make)
|
|
||||||
- (cd trunk && ./objs/srs_utest)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue