mirror of
https://github.com/Moya/Moya.git
synced 2026-03-18 19:52:28 +00:00
e58083541b
Squashed commits: [b8cd377] Have circle bootstrap carthage instead of rake. [ba37e83] Add scripts to support circle caching the Carthage directory. Ignore entire Carthage directory in git.
5 lines
60 B
Bash
Executable File
5 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
|
|
carthage bootstrap
|
|
cp Cartfile.resolved Carthage
|