dotherside/.travis.yml

17 lines
322 B
YAML
Raw Normal View History

2015-09-12 00:32:43 +02:00
language: cpp
compiler: gcc
sudo: required
2016-06-05 14:15:09 +02:00
services:
- docker
2015-09-12 00:32:43 +02:00
before_install:
2016-06-05 14:15:09 +02:00
- docker pull filcuc/dotherside
2015-09-12 00:32:43 +02:00
install:
2016-05-16 22:14:06 +02:00
- gem install coveralls-lcov
2015-09-12 00:32:43 +02:00
script:
2016-06-05 14:32:56 +02:00
- docker run -v `pwd`:/root/dotherside filcuc/dotherside /bin/bash /root/build.sh
2016-06-05 14:44:50 +02:00
- cd build && coveralls-lcov --repo-token ${COVERALLS_REPO_TOKEN} coverage.info