1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00
srs/circle.yml
2016-09-27 14:50:24 +08:00

22 lines
444 B
YAML

## filter branches.
general:
branches:
only:
- 2.0release
- develop
- master
- bms
- /feature\/.*/
- /hotfix\/.*/
- /release\/.*/
- /pull\/.*/
dependencies:
override:
- sudo apt-get install -y valgrind
test:
override:
- (cd trunk && ./configure --without-ssl && make)
- (cd trunk && ./objs/srs_utest)