4 Star 23 Fork 6

QuintGao / GKPageScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
QuintGao 提交于 2021-01-05 11:58 . 修复bug #47
language: objective-c
osx_image: xcode12.1
xcode_sdk: iphonesimulator12.0
script:
- set -o pipefail
- echo Build as dynamic frameworks
- xcodebuild build -project GKPageScrollView.xcodeproj -scheme 'GKPageScrollView' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator
- xcodebuild build -project GKPageScrollView.xcodeproj -scheme 'GKPageScrollViewSwift' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator
- xcodebuild build -project GKPageScrollView.xcodeproj -scheme 'GKPageSmoothView' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator
- xcodebuild build -project GKPageScrollView.xcodeproj -scheme 'GKPageSmoothViewSwift' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator
- echo Build the Demo apps
- pod install
- xcodebuild -workspace GKPageScrollView.xcworkspace -scheme "ObjcExample" -destination "platform=iOS Simulator,name=iPhone 12"
- xcodebuild -workspace GKPageScrollView.xcworkspace -scheme "SwiftExample" -destination "platform=iOS Simulator,name=iPhone 12"
Swift
1
https://gitee.com/QuintGao/GKPageScrollView.git
git@gitee.com:QuintGao/GKPageScrollView.git
QuintGao
GKPageScrollView
GKPageScrollView
master

搜索帮助