6 Star 6 Fork 10

Gitee 极速下载/wechat-matrix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tencent/matrix
克隆/下载
codecc.sh 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
felixzhou 提交于 6年前 . #bugfix# codecc.sh
cd ./matrix/matrix-android
./gradlew clean compileDebugJavaWithJavac -PforCoverity --no-daemon
./gradlew :matrix-io-canary:build
./gradlew :matrix-sqlite-lint:build
cd ../matrix-iOS
TARGET_NAME=Matrix
# 模拟器
xcodebuild clean -project Matrix/Matrix.xcodeproj -target $TARGET_NAME -configuration Release -sdk iphonesimulator VALID_ARCHS="arm64 armv7 i386 x86_64"
xcodebuild -project Matrix/Matrix.xcodeproj -target $TARGET_NAME -configuration Release -sdk iphonesimulator VALID_ARCHS="arm64 armv7 i386 x86_64"
# iphone真机
xcodebuild clean -project Matrix/Matrix.xcodeproj -target $TARGET_NAME -configuration Release -sdk iphoneos VALID_ARCHS="arm64 armv7 i386 x86_64"
xcodebuild -project Matrix/Matrix.xcodeproj -target $TARGET_NAME -configuration Release -sdk iphoneos VALID_ARCHS="arm64 armv7 i386 x86_64"
# macOS
xcodebuild clean -project Matrix/Matrix.xcodeproj -target $TARGET_NAME -configuration Release -sdk macosx VALID_ARCHS="x86_64"
xcodebuild -project Matrix/Matrix.xcodeproj -target $TARGET_NAME -configuration Release -sdk macosx VALID_ARCHS="x86_64"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/wechat-matrix.git
git@gitee.com:mirrors/wechat-matrix.git
mirrors
wechat-matrix
wechat-matrix
master

搜索帮助