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

This commit is contained in:
Schoumi 2017-01-19 22:22:16 +01:00
commit 2cfc670299
2 changed files with 23 additions and 0 deletions

18
.gitlab-ci.yml Normal file
View File

@ -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/

View File

@ -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>