1 Star 0 Fork 0

lanpeng/Masonary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 851 Bytes
一键复制 编辑 原始数据 按行查看 历史
Robert Payne 提交于 2017-09-29 02:09 . Use Xcode 9 for travis
---
language: objective-c
osx_image: xcode9
before_install:
- sudo easy_install cpp-coveralls
- gem install xcpretty -N
- export LANG=en_US.UTF-8
script:
- set -o pipefail
- xcodebuild -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS Tests' -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.0' clean test ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
- xcodebuild -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS' -configuration Debug -sdk iphonesimulator clean build ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO | xcpretty -c
- xcodebuild -workspace 'Masonry.xcworkspace' -scheme 'Masonry OSX' -configuration Debug clean build | xcpretty -c
after_success:
- ./script/coveralls.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/lanpeng/Masonary.git
git@gitee.com:lanpeng/Masonary.git
lanpeng
Masonary
Masonary
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385