mpw-shell/.travis.yml

19 lines
396 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
2017-11-26 19:40:30 +00:00
- brew install "https://raw.githubusercontent.com/ksherlock/homebrew-ksherlock/master/lemonxx.rb"
2016-01-27 18:30:23 +00:00