Skip to content

Commit 5891d5b

Browse files
committed
ci ok 了
1 parent 055771b commit 5891d5b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

ci.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cur_dir=$(cd $(dirname $0); pwd)
2+
docker_src=/home/data
3+
4+
docker rm ci2
5+
docker run --mount type=bind,source=$cur_dir,target=$docker_src -it --name ci2 android-ci:v2 \
6+
bash -c "cd ${docker_src} && export PATH=$PATH:/opt/gradle/gradle-4.4/bin && gradle wrapper && ./gradlew assembleRelease"
7+

ci/build.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)