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

Esse commit está contido em:
Schoumi 2017-07-31 19:59:33 +02:00
commit cffc54484b
2 arquivos alterados com 22 adições e 1 exclusões

16
.gitlab-ci.yml Normal file
Ver arquivo

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

Ver arquivo

@ -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
<br/>
<noscript><a href="https://liberapay.com/Schoumi/donate"><img src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>