mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 15:25:14 +03:00
Try to cache Carthage's build folder on travis
This commit is contained in:
parent
7bbb2f8b8d
commit
ea85791060
@ -1,9 +1,17 @@
|
||||
language: objective-c
|
||||
osx_image: xcode8.3
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- Carthage
|
||||
|
||||
before_install:
|
||||
- brew update
|
||||
- brew upgrade carthage
|
||||
- brew install libtool automake gettext ninja
|
||||
|
||||
script:
|
||||
- ./bin/build_travis.sh
|
||||
|
@ -18,7 +18,7 @@ make libnvim
|
||||
popd
|
||||
|
||||
echo "### Updating carthage"
|
||||
carthage update --platform osx
|
||||
carthage update --platform osx --cache-builds
|
||||
|
||||
echo "### Executing tests"
|
||||
xcodebuild test -scheme SwiftNeoVim
|
||||
|
Loading…
Reference in New Issue
Block a user