1 Star 0 Fork 0

TS_OHOS / Calendula

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuxin1202 提交于 2021-06-18 14:10 . 提交代码
image: circleci/android:api-27-alpha
before_script:
- export GRADLE_USER_HOME="$(pwd)/.gradle"
- export GRADLE_OPTS='-Dorg.gradle.daemon=false'
cache:
paths:
- .gradle
build:
script:
- du -hs .gradle/ || true
- ./gradlew assembleCiDebug
- ./gradlew testCiDebugUnitTest
- ./gradlew jacocoTestReportCiDebug
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, "instructions covered"; print 100*covered/instructions, "% covered" }' Calendula/build/reports/jacoco/ciDebug/jacoco.csv
- if grep -r '* Created by' Calendula/src/; then exit 1; fi
artifacts:
paths:
- Calendula/build/outputs/
- Calendula/build/reports/tests/
- Calendula/build/test-results/
- Calendula/build/reports/jacoco/
- generated/
expire_in: 1 week
1
https://gitee.com/ts_ohos/calendula.git
git@gitee.com:ts_ohos/calendula.git
ts_ohos
calendula
Calendula
master

搜索帮助