mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
866540dac4
- to eliminate warnings - libintl.a and libintl.dylib are pre-built for 10.10 - When building neovim we have to pass the libintl location
18 lines
247 B
YAML
18 lines
247 B
YAML
language: objective-c
|
|
osx_image: xcode8.3
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
cache:
|
|
directories:
|
|
- Carthage
|
|
|
|
before_install:
|
|
- brew update
|
|
- brew upgrade carthage
|
|
- brew install libtool automake ninja
|
|
|
|
script:
|
|
- ./bin/build_travis.sh
|