1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00
vimr/.travis.yml
2015-04-27 20:18:23 +02:00

19 lines
511 B
YAML

language: objective-c
before_install:
- export LANG=en_US.UTF-8
- gem install cocoapods -v '0.36.3'
before_script:
- git submodule update --init --recursive
- export LANG=en_US.UTF-8
- cd macvim/src
- ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope
- make
- cd ../..
script:
- xcodebuild -workspace VimR.xcworkspace -scheme VimR -configuration Debug build test
branches:
except:
- next
- gh-pages