mpw-shell/.travis.yml

19 lines
374 B
YAML
Raw Normal View History

2016-01-27 13:18:48 -05:00
# this builds with linux/g++ however, travis-ci's
# linux compilers are hopelessly out of date.
os: osx
osx_image: xcode7.3
2016-01-27 12:19:38 -05:00
language: cpp
compiler:
- clang
2016-01-27 13:18:48 -05:00
# - gcc
2016-01-27 12:19:38 -05:00
before_script:
- mkdir build
- cd build
- cmake ..
script: make
2016-01-27 13:26:53 -05:00
before_install:
- brew update
- brew install ragel
2016-02-05 12:25:51 -05:00
- brew install "https://github.com/ksherlock/lemon--/raw/master/lemon++.rb"
2016-01-27 13:30:23 -05:00