mpw-shell/.travis.yml
Kelvin Sherlock d9037a8c86 travis.yml
2016-01-27 13:26:53 -05:00

17 lines
295 B
YAML

# this builds with linux/g++ however, travis-ci's
# linux compilers are hopelessly out of date.
os: osx
osx_image: xcode7.3
language: cpp
compiler:
- clang
# - gcc
before_script:
- mkdir build
- cd build
- cmake ..
script: make
before_install:
- brew update
- brew install ragel