redream/.travis.yml

18 lines
142 B
YAML
Raw Normal View History

2016-04-21 09:07:51 +00:00
language: cpp
os:
- linux
- osx
compiler:
- gcc
- clang
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make