mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
22 lines
447 B
YAML
22 lines
447 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 --without-ssl --without-valgrind && make)
|
|
- (cd trunk && ./objs/srs_utest)
|
|
|