提交 11c584e9 创建 作者: 宋海霞's avatar 宋海霞

更新 .gitlab-ci.yml

上级 6bfee180
流水线 #119190 已取消 于阶段
用时 1 分 4 秒
......@@ -24,8 +24,15 @@ build:
stage: build
<<: *codecode-runner
script:
- >
echo "First command line
is split over two lines."
echo "Second command line."
# - ls /cache/wrapper/dists/gradle-6.6-all/dm6whvs5m6hlkbnc6ae2jubui
# - export
- ./gradlew assembleDebug --offline
- avdmanager --verbose create avd --force --name "test" --device "pixel" --package "system-images;android-30;google_apis;x86" > /dev/null
- emulator -memory 4096 -timezone Asia/Shang_Hai -avd "test" -no-boot-anim -no-window -gpu swiftshader_indirect -accel on -noaudio -no-snapshot-save -dns-server 8.8.8.8,8.8.4.4 -netfast -nojni &
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论