1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/android/.gitlab-ci.yml
2023-06-20 08:45:01 +02:00

13 lines
323 B
YAML

stages:
- buildAndDeployApk
buildAndDeployApk:
stage: buildAndDeployApk
script:
- ./gradlew --stacktrace assembleRelease
- cp ./app/build/outputs/apk/release/app-release.apk /var/www/html/fcast-release.apk
- git describe --tags > /var/www/html/fcast-version.txt
only:
- tags
except:
- branches