diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..694aa90
--- /dev/null
+++ b/.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/
\ No newline at end of file
diff --git a/README.md b/README.md
index 57659c6..5c2a63e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Goblim
+[](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
+
+
+
\ No newline at end of file