1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00
srs/circle.yml

23 lines
421 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:
2017-06-28 04:14:23 +00:00
- echo "ok"
2016-09-15 06:15:49 +00:00
test:
override:
2016-09-27 06:50:24 +00:00
- (cd trunk && ./configure --without-ssl && make)
2016-09-15 06:15:49 +00:00
- (cd trunk && ./objs/srs_utest)