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.
srs/circle.yml

23 lines
452 B
YAML

9 years ago
## filter branches.
general:
branches:
only:
- 3.0release
9 years ago
- 2.0release
- develop
- master
- /feature\/.*/
- /hotfix\/.*/
- /release\/.*/
- /pull\/.*/
dependencies:
override:
- echo "ok"
9 years ago
test:
override:
7 years ago
- (cd trunk && ./configure --with-ssl=openssl --without-valgrind && make)
9 years ago
- (cd trunk && ./objs/srs_utest)