1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/circle.yml

23 lines
452 B
YAML
Raw Normal View History

2016-09-15 06:15:49 +00:00
## filter branches.
general:
branches:
only:
- 2.0release
- develop
- master
- bms
- /feature\/.*/
- /hotfix\/.*/
- /release\/.*/
- /pull\/.*/
dependencies:
override:
- sudo apt-get install -y valgrind openssl
test:
override:
- (cd trunk && ./configure --use-sys-ssl && make)
- (cd trunk && ./objs/srs_utest)