mirror of
https://github.com/textmate/textmate.git
synced 2026-01-09 23:08:09 -05:00
11 lines
312 B
YAML
11 lines
312 B
YAML
language: objective-c
|
|
before_install:
|
|
- brew update
|
|
# boost and hg are already installed
|
|
# update boost just to be sure
|
|
- brew outdated boost || brew upgrade boost
|
|
- brew install ragel multimarkdown ninja capnp google-sparsehash libressl
|
|
install: ./configure
|
|
script: ninja TextMate
|
|
osx_image: xcode7.2
|