2 Star 0 Fork 0

mirrors_airbnb/MagazineLayout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roman Podymov 提交于 2020-07-30 22:44 . tvOS support (#81)
language: objective-c
osx_image: xcode10
env:
- SWIFT_VERSION=4.0
install:
- bundle install
- brew outdated carthage || brew upgrade carthage
before_script:
- bundle exec pod lib lint --allow-warnings
- carthage build --verbose --no-skip-current
script:
- xcodebuild -project MagazineLayout.xcodeproj -scheme MagazineLayout -sdk iphonesimulator -destination "platform=iOS Simulator,OS=12.0,name=iPhone XS" -configuration Debug -PBXBuildsContinueAfterErrors=0 SWIFT_VERSION=$SWIFT_VERSION build test
- xcodebuild -project MagazineLayout.xcodeproj -scheme MagazineLayout -sdk appletvsimulator -destination "platform=tvOS Simulator,OS=12.0,name=Apple TV" -configuration Debug -PBXBuildsContinueAfterErrors=0 SWIFT_VERSION=$SWIFT_VERSION build test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_airbnb/MagazineLayout.git
git@gitee.com:mirrors_airbnb/MagazineLayout.git
mirrors_airbnb
MagazineLayout
MagazineLayout
master

搜索帮助