mpw-shell/.travis.yml

14 lines
240 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