1 Star 0 Fork 3

Dare/matrix

forked from Aegis/matrix 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
codecc.sh 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
felixzhou 提交于 2019-12-11 15:47 . #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"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idaretobe/matrix.git
git@gitee.com:idaretobe/matrix.git
idaretobe
matrix
matrix
master

搜索帮助