Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

Arthur VALIN 2 years ago
parent ee4819f479
commit bdcdfcdad5

@ -7,12 +7,12 @@
- push
steps:
- name: build
image: androidsdk/android-30
commands:
- cd src
- chmod +x gradlew
- ./gradlew build
# - name: build
# image: androidsdk/android-30
# commands:
# - cd src
# - chmod +x gradlew
# - ./gradlew build
# when:
# branch:
# - master
@ -33,6 +33,7 @@ steps:
environment:
IMAGENAME: budtmo/docker-android:emulator_11.0
CONTAINERNAME: allin_android
CONTAINER_PATH: localhost:6080
COMMAND: create
EMULATOR_DEVICE: Samsung Galaxy S10
WEB_VNC: true
Loading…
Cancel
Save