Sha256: b3144b52f86f3659d09d02c653129528372af18256b307d8b80f117c17c918ef
Contents?: true
Size: 394 Bytes
Versions: 5
Compression:
Stored size: 394 Bytes
Contents
language: cpp before_install: - if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install cmake; fi - if [ $TRAVIS_OS_NAME == osx ]; then brew install cmake; fi script: - mkdir build - cd build - cmake .. - make - make test os: - linux - osx compiler: - clang - gcc notifications: recipients: - i@yanyiwu.com email: on_success: change on_failure: always
Version data entries
5 entries across 5 versions & 2 rubygems