mpw/.travis.yml

13 lines
191 B
YAML
Raw Normal View History

2016-01-20 13:56:16 +00:00
os: osx
language: cpp
compiler: clang
2016-01-20 14:06:42 +00:00
before_script:
- mkdir build
- cd build
- cmake ..
script: make mpw
2016-01-20 13:56:16 +00:00
before_install:
- brew update
- brew install lemon
- brew install ragel