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

28 lines
609 B

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