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.
 
 
 
 

18 lines
520 B

# vim:ts=2:sw=2:sts=0:number:expandtab
language: c
env:
matrix:
- OS_TYPE=ubuntu OS_VERSION=18.04 BRANCH=devel
- OS_TYPE=ubuntu OS_VERSION=18.04 BRANCH=master
- OS_TYPE=centos OS_VERSION=7 BRANCH=devel
- OS_TYPE=centos OS_VERSION=7 BRANCH=master
services:
- docker
before_install:
- docker pull ${OS_TYPE}:${OS_VERSION}
script:
- docker run --rm --interactive --tty --volume=${PWD}:${PWD} ${OS_TYPE}:${OS_VERSION} bash -c "cd ${PWD} && bash .travis.${OS_TYPE}.sh"