mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
452 B
YAML
23 lines
452 B
YAML
## filter branches.
|
|
general:
|
|
branches:
|
|
only:
|
|
- 3.0release
|
|
- 2.0release
|
|
- develop
|
|
- master
|
|
- /feature\/.*/
|
|
- /hotfix\/.*/
|
|
- /release\/.*/
|
|
- /pull\/.*/
|
|
|
|
dependencies:
|
|
override:
|
|
- echo "ok"
|
|
|
|
test:
|
|
override:
|
|
- (cd trunk && ./configure --with-ssl=openssl --without-valgrind && make)
|
|
- (cd trunk && ./objs/srs_utest)
|
|
|