mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-27 15:53:31 +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
|
language: objective-c
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- Carthage
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- brew update
|
- brew update
|
||||||
|
- brew upgrade carthage
|
||||||
- brew install libtool automake gettext ninja
|
- brew install libtool automake gettext ninja
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./bin/build_travis.sh
|
- ./bin/build_travis.sh
|
||||||
|
@ -18,7 +18,7 @@ make libnvim
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
echo "### Updating carthage"
|
echo "### Updating carthage"
|
||||||
carthage update --platform osx
|
carthage update --platform osx --cache-builds
|
||||||
|
|
||||||
echo "### Executing tests"
|
echo "### Executing tests"
|
||||||
xcodebuild test -scheme SwiftNeoVim
|
xcodebuild test -scheme SwiftNeoVim
|
||||||
|
Loading…
Reference in New Issue
Block a user