Merge branch 'master' of ssh://git.mob-dev.fr/Schoumi/Goblim

Bu işleme şunda yer alıyor:
Schoumi 2017-01-19 22:22:16 +01:00
işleme 2cfc670299
2 değiştirilmiş dosya ile 23 ekleme ve 0 silme

18
.gitlab-ci.yml Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,18 @@
image: openjdk:8-jdk
variables:
GRADLE_VERSION: "2.14.1"
before_script:
- gradle wrapper --gradle-version ${GRADLE_VERSION} -Dcom.android.build.gradle.overrideVersionCheck=true
stages:
- build
build:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/

Dosyayı Görüntüle

@ -1,5 +1,7 @@
# Goblim
[![build status](https://git.mob-dev.fr/Schoumi/Goblim/badges/master/build.svg)](https://git.mob-dev.fr/Schoumi/Goblim/commits/master)
Goblim is an Android application.
Goblim let your share your photos on the Lut.im server of your choice. Use your own server to regain control of your privacy!
@ -14,3 +16,6 @@ Goblim let your share your photos on the Lut.im server of your choice. Use your
Lut.im "Let's Upload That Image" is an open source image sharing server you can install on your own machine (self-hosting, VPS, dedicated, cloud). See https://github.com/ldidry/lutim
Download it on the playstore: https://play.google.com/store/apps/details?id=fr.mobdev.goblim
<br/>
<noscript><a href="https://liberapay.com/Schoumi/donate"><img src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>