mpw/.travis.yml

19 lines
279 B
YAML
Raw Normal View History

2016-01-20 08:56:16 -05:00
os: osx
2021-05-31 00:33:52 -04:00
osx_image:
- xcode11
- xcode12
- xcode12.5
2016-01-20 08:56:16 -05:00
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