mpw/.travis.yml

15 lines
230 B
YAML
Raw Normal View History

2016-01-20 08:56:16 -05:00
os: osx
language: cpp
compiler: clang
2016-01-20 09:06:42 -05:00
before_script:
- mkdir build
- cd build
- cmake ..
script: make mpw
2016-01-20 08:56:16 -05:00
before_install:
- brew update
- brew install lemon
- brew install ragel
2016-01-27 14:21:35 -05:00
# - brew install cmake # not needed.
2016-01-27 14:13:24 -05:00