mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
Create .travis.yml
This commit is contained in:
parent
fc5e675a51
commit
eb54d7bb79
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
os: osx
|
||||
language: cpp
|
||||
compiler: clang
|
||||
script: cmake --build build --target mpw
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install lemon
|
||||
- brew install ragel
|
Loading…
Reference in New Issue
Block a user