Merge branch 'master' of ssh://git.mob-dev.fr/Schoumi/lpcprog
This commit is contained in:
commit
cffc54484b
2 changed files with 22 additions and 1 deletions
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
|
@ -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/
|
|
@ -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>
|
Loading…
Reference in a new issue