forked from SwiftGen/SwiftGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
23 lines (20 loc) · 674 Bytes
/
Copy pathcircle.yml
File metadata and controls
23 lines (20 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
machine:
xcode:
version: 8.3
pre:
- sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
checkout:
post:
- git submodule update --init --recursive || (rm -fr .git/config .git/modules && git submodule deinit -f . && git submodule update --init --recursive)
dependencies:
post:
- rake lint:install
- curl -sS https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash
test:
override:
- rake lint:code
- rake cli:install[./standalone,./standalone/frameworks,./standalone/stencils]
post:
- ./standalone/swiftgen --version
- ./standalone/swiftgen templates list
- rake pod:lint