3 Star 12 Fork 2

LiGuoliang / GLRouter

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 547 Bytes
Copy Edit Web IDE Raw Blame History
liguoliang authored 2018-11-08 13:52 . Initial commit
# references:
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode7.3
language: objective-c
# 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 test -enableCodeCoverage YES -workspace Example/GLRouter.xcworkspace -scheme GLRouter-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
Objective-C
1
https://gitee.com/GL9700/GLRouter.git
git@gitee.com:GL9700/GLRouter.git
GL9700
GLRouter
GLRouter
master

Search