You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/.travis.yml

26 lines
590 B

sudo: required
language: c
compiler:
- gcc
- clang
services:
- docker
before_install:
- docker pull linuxmaniac/pkg-kamailio-docker:stretch
script: docker run -v $TRAVIS_BUILD_DIR:/code:rw linuxmaniac/pkg-kamailio-docker:stretch /bin/bash -c "export CC=$CC; cd /code; ./test/travis/build_travis.sh"
branches:
only:
- 'master'
- '/^4\.[0-9]+$/'
notifications:
irc:
channels:
- "chat.freenode.net#kamailio-dev"
on_success: never
on_failure: always
email:
recipients:
- sr-dev@lists.sip-router.org
on_success: never
on_failure: always