1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 23:29:08 -05:00

Merge branch 'improve_easy-apk-download' into 'master'

Easy dowload apk

See merge request !2
This commit is contained in:
mklkj 2017-04-05 20:19:59 +00:00
commit f53229a055
2 changed files with 5 additions and 1 deletions

View File

@ -13,9 +13,11 @@ build:
stage: build stage: build
script: script:
- ./gradlew assembleDebug - ./gradlew assembleDebug
- mv app/build/outputs/apk/app-debug.apk .
artifacts: artifacts:
name: "${CI_PROJECT_NAME}_${CI_BUILD_REF_NAME}-${CI_BUILD_ID}"
paths: paths:
- app/build/outputs/ - app-debug.apk
unitTests: unitTests:
stage: test stage: test

View File

@ -2,4 +2,6 @@
[![build status](https://gitlab.com/leszcze/wulkanowy-android/badges/master/build.svg)](https://gitlab.com/leszcze/wulkanowy-android/commits/master) [![build status](https://gitlab.com/leszcze/wulkanowy-android/badges/master/build.svg)](https://gitlab.com/leszcze/wulkanowy-android/commits/master)
[Pobierz ostatnią wersję dev](https://gitlab.com/leszcze/wulkanowy-android/builds/artifacts/master/download?job=build)
Wulkanowy to projekt aplikacji na androida ułatwiającej używanie dziennika VULCANa. Wulkanowy to projekt aplikacji na androida ułatwiającej używanie dziennika VULCANa.