mpw/.travis.yml

15 lines
230 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
2016-01-27 19:21:35 +00:00
# - brew install cmake # not needed.
2016-01-27 19:13:24 +00:00