Skip to content

Commit 75bb306

Browse files
committed
Update and rename building-wtfapp-udooneo.md to building-android-app-udooneo.md
Signed-off-by: Gianpaolo Macario <[email protected]>
1 parent c108a8d commit 75bb306

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/building-wtfapp-udooneo.md renamed to docs/building-android-app-udooneo.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Building the WTF Android Application for the UDOO NEO
1+
# Building a sample Android Application for the UDOO NEO
22

3-
This document explains how to build from sources the [WTF App](https://github.com/WillyShakes/UdooWtf) Android Application for the [UDOO Neo](http://www.udoo.org/udoo-neo/) using [easy-jenkins](https://github.com/gmacario/easy-jenkins).
3+
**WORK-IN-PROGRESS**
4+
5+
This document explains how to build from sources a [sample Android App](https://github.com/gmacario/colorcode) Android Application for the [UDOO Neo](http://www.udoo.org/udoo-neo/) using [easy-jenkins](https://github.com/gmacario/easy-jenkins).
46

57
The following instructions were tested on
68

@@ -14,10 +16,10 @@ The following instructions were tested on
1416

1517
## Step-by-step instructions
1618

17-
### Configure project `build_wtfapp_udooneo`
19+
### Configure project `build_androidapp_udooneo`
1820

1921
Browse `${JENKINS_URL}`, then click **New Item**
20-
- Item name: `build_wtfapp_udooneo`
22+
- Item name: `build_androidapp_udooneo`
2123
- Type: **Freestyle project**
2224

2325
then click **OK**.
@@ -29,7 +31,7 @@ Inside the project configuration page, fill-in the following information:
2931
- Max # of builds to keep: 2
3032
- Source Code Management: Git
3133
- Repositories
32-
- Repository URL: `https://github.com/WillyShakes/UdooWtf`
34+
- Repository URL: `https://github.com/gmacario/colorcode`
3335
- Credentials: - none -
3436
- Branches to build
3537
- Branch Specifier (blank for 'any'): `*/master`
@@ -57,15 +59,15 @@ chmod a+x gradlew
5759

5860
then click **Save**
5961

60-
### Build project `build_wtfapp_udooneo`
62+
### Build project `build_androidapp_udooneo`
6163

6264
<!-- (2016-02-28 12:17 CET): Tested on dc7600-gm -->
6365

64-
Browse `${JENKINS_URL}/job/build_wtfapp_udooneo`, then click **Build Now**
66+
Browse `${JENKINS_URL}/job/build_androidapp_udooneo`, then click **Build Now**
6567

66-
You may watch the build logs at `${JENKINS_URL}/job/build_wtfapp_udooneo/lastBuild/console`
68+
You may watch the build logs at `${JENKINS_URL}/job/build_androidapp_udooneo/lastBuild/console`
6769

68-
<!-- (2016-02-29 15:25 CET) http://mv-linux-powerhorse.solarma.it:9080/job/build_wtfapp_udooneo/lastBuild/consoleText -->
70+
<!-- (2016-02-29 15:25 CET) http://mv-linux-powerhorse.solarma.it:9080/job/build_androidapp_udooneo/lastBuild/consoleText -->
6971

7072
```
7173
TODO

0 commit comments

Comments
 (0)