mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-04-12 05:37:02 +00:00
travis-ci -- build on os x.
This commit is contained in:
parent
32bca0bad6
commit
57edf1d2a5
10
.travis.yml
10
.travis.yml
@ -1,11 +1,11 @@
|
||||
# Ubuntu 14.04 Trusty support for -std=c++14
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
# 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
|
||||
# - gcc
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
Loading…
x
Reference in New Issue
Block a user