add ci
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
s:
|
||||
# * http://www.objc.io/issue-6/travis-ci.html
|
||||
# * https://github.com/supermarin/xcpretty#usage
|
||||
|
||||
osx_image: xcode9.2
|
||||
language: swift
|
||||
# cache: cocoapods
|
||||
# podfile: Example/Podfile
|
||||
# before_install:
|
||||
# - gem install cocoapods # Since Travis is not always on latest version
|
||||
# - pod install --project-directory=Example
|
||||
script:
|
||||
- set -o pipefail && xcodebuild LabelSwitch -enableCodeCoverage YES -workspace Example/LabelSwitch.xcworkspace -scheme LabelSwitch-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
||||
- pod lib lint
|
||||
Generated
BIN
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
//
|
||||
// TextSwitch.swift
|
||||
// KaneMemo
|
||||
// LabelSwitch.swift
|
||||
// LabelSwitch
|
||||
//
|
||||
// Created by cookie on 07/12/2017.
|
||||
// Created by cookie on 20/02/2018.
|
||||
// Copyright © 2017 cookie. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user