mpw-shell/.travis.yml

19 lines
374 B
YAML
Raw Normal View History

2016-01-27 18:18:48 +00: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 17:19:38 +00:00
language: cpp
compiler:
- clang
2016-01-27 18:18:48 +00:00
# - gcc
2016-01-27 17:19:38 +00:00
before_script:
- mkdir build
- cd build
- cmake ..
script: make
2016-01-27 18:26:53 +00:00
before_install:
- brew update
- brew install ragel
2016-02-05 17:25:51 +00:00
- brew install "https://github.com/ksherlock/lemon--/raw/master/lemon++.rb"
2016-01-27 18:30:23 +00:00