mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-01-12 22:45:56 +08:00
- A few code changes to build without warnings in Xcode 7.3 - Set the Xcode version to 7.3 in the circle.yml
15 lines
222 B
YAML
15 lines
222 B
YAML
machine:
|
|
xcode:
|
|
version: "7.3"
|
|
environment:
|
|
XCODE_SCHEME: nonce
|
|
XCODE_WORKSPACE: nonce.xcworkspace
|
|
|
|
dependencies:
|
|
override:
|
|
- git submodule update --init --recursive
|
|
|
|
test:
|
|
override:
|
|
- bin/test
|