Newer
Older
utest.h / .travis.yml
@Neil Henning Neil Henning on 10 Dec 2015 238 bytes Try a travis-ci mac build to see if it works.
language: cpp

os:
  - linux
  - osx

compiler:
  - gcc
  - clang

env:
  - CONFIGURATION=Debug
  - CONFIGURATION=Release

script:
  - mkdir build
  - cd build
  - cmake -DCMAKE_BUILD_TYPE=$CONFIGURATION ../test
  - make
  - ./utest_test