1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/.travis.yml

12 lines
261 B
YAML
Raw Normal View History

2016-11-05 12:20:03 +03:00
language: objective-c
2016-12-14 21:46:47 +03:00
osx_image: xcode8.2
2016-11-05 12:20:03 +03:00
git:
depth: 1
before_install:
- brew update
- brew install libtool automake gettext ninja
script:
2016-11-05 12:24:43 +03:00
- ./bin/build_vimr.sh false
2016-11-05 12:22:04 +03:00
- xcodebuild test -scheme SwiftNeoVim
- xcodebuild test -scheme VimR