mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
12 lines
261 B
YAML
12 lines
261 B
YAML
language: objective-c
|
|
osx_image: xcode8.2
|
|
git:
|
|
depth: 1
|
|
before_install:
|
|
- brew update
|
|
- brew install libtool automake gettext ninja
|
|
script:
|
|
- ./bin/build_vimr.sh false
|
|
- xcodebuild test -scheme SwiftNeoVim
|
|
- xcodebuild test -scheme VimR
|