diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..09beb67 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +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 4c1598c..d552237 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Lpcprog +[![build status](https://git.mob-dev.fr/Schoumi/lpcprog/badges/master/build.svg)](https://git.mob-dev.fr/Schoumi/lpcprog/commits/master) + Lpcprog is an Android application. Lpcprog let you find and flash your NXP LPC Microcontroller. @@ -7,4 +9,7 @@ Lpcprog let you find and flash your NXP LPC Microcontroller. * Flash your software found on your device or on a webserver * HTTP & HTTPS support -[//]: # (Download it on the playstore: https://play.google.com/store/apps/details?id=fr.mobdev.lpcprog) +Download it on the playstore: https://play.google.com/store/apps/details?id=fr.mobdev.lpcprog + +
+ \ No newline at end of file