Skip to content

Commit

Permalink
Merge 116e03e into 70b35c7
Browse files Browse the repository at this point in the history
  • Loading branch information
hhirsch committed Mar 5, 2017
2 parents 70b35c7 + 116e03e commit 4273686
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: XcgjR2KjUHOkdLygzBTf6fqDDy3neAMFA
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ matrix:
include:
- os: linux
services: docker
before_install: docker pull glportal/whale-gcc:bullet286
before_install:
- docker pull glportal/whale-gcc:bullet286
- pip install --user cpp-coveralls
- pip install --user pyyaml
script:
- set -e
- docker run -it --rm -w /data -v $(pwd):/data glportal/whale-gcc:bullet286 bash -c "cmake ./; make; make tests; ctest;"
after_success:
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'
exclude:
- os: osx
osx_image: xcode7.3
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.8)
set(RADIX_LIBRARY RadixEngine)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage")

if(NOT DEFINED CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Build type")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/GlPortal/RadixEngine.svg?branch=master)](https://travis-ci.org/GlPortal/RadixEngine)
[![Coverage Status](https://coveralls.io/repos/github/GlPortal/RadixEngine/badge.svg?branch=coveralls)](https://coveralls.io/github/GlPortal/RadixEngine?branch=coveralls)
[![Join Chat](https://img.shields.io/badge/reddit-join_chat-brightgreen.svg)](https://www.reddit.com/r/RadixEngine/)
#![RadixEngine](https://raw.githubusercontent.com/GlPortal/glportal_raw_data/master/graphics/logo/radix/RadixEngine.png "RadixEngine")

Expand Down

0 comments on commit 4273686

Please sign in to comment.