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

这个提交包含在:
Schoumi 2017-01-19 22:22:16 +01:00
当前提交 2cfc670299
共有 2 个文件被更改,包括 23 次插入0 次删除

18
.gitlab-ci.yml 普通文件
查看文件

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

查看文件

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