mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-09 13:30:34 +00:00
10 lines
184 B
YAML
10 lines
184 B
YAML
os: osx
|
|
language: cpp
|
|
compiler: clang
|
|
before_script: mkdir build
|
|
script: cmake --build build --target mpw
|
|
before_install:
|
|
- brew update
|
|
- brew install lemon
|
|
- brew install ragel
|