mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-24 18:30:01 +00:00
9 lines
157 B
YAML
9 lines
157 B
YAML
|
os: osx
|
||
|
language: cpp
|
||
|
compiler: clang
|
||
|
script: cmake --build build --target mpw
|
||
|
before_install:
|
||
|
- brew update
|
||
|
- brew install lemon
|
||
|
- brew install ragel
|