Ai
1 Star 0 Fork 1

谷动谷力/MQTT-Client-Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunbeam 提交于 2021-11-16 14:42 +08:00 . mqtt-client-swift
language: swift
osx_image: xcode11.1
before_install:
- wget https://www.emqx.io/downloads/broker/v3.2.7/emqx-macosx-v3.2.7.zip -O emqx.zip
- unzip emqx.zip
- brew install openssl
- emqx/bin/emqx start
- git clone https://github.com/hjianbo/xcode-coveralls --depth=1
- cd xcode-coveralls && git submodule init && git submodule update && cd ..
- xcodebuild -project xcode-coveralls/xcode-coveralls.xcodeproj -scheme xcode-coveralls DSTROOT=/ SYMROOT=build install | xcpretty
before_script:
- carthage update --platform macOS
script:
- set -o pipefail && xcodebuild -project CocoaMQTT.xcodeproj -scheme CocoaMQTT -derivedDataPath . build test | xcpretty
after_success:
- bash coveralls.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lojam/MQTT-Client-Examples.git
git@gitee.com:lojam/MQTT-Client-Examples.git
lojam
MQTT-Client-Examples
MQTT-Client-Examples
master

搜索帮助