mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
15 lines
230 B
YAML
15 lines
230 B
YAML
os: osx
|
|
language: cpp
|
|
compiler: clang
|
|
before_script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake ..
|
|
script: make mpw
|
|
before_install:
|
|
- brew update
|
|
- brew install lemon
|
|
- brew install ragel
|
|
# - brew install cmake # not needed.
|
|
|