You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building-android-app-udooneo.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
2
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).
4
6
5
7
The following instructions were tested on
6
8
@@ -14,10 +16,10 @@ The following instructions were tested on
14
16
15
17
## Step-by-step instructions
16
18
17
-
### Configure project `build_wtfapp_udooneo`
19
+
### Configure project `build_androidapp_udooneo`
18
20
19
21
Browse `${JENKINS_URL}`, then click **New Item**
20
-
- Item name: `build_wtfapp_udooneo`
22
+
- Item name: `build_androidapp_udooneo`
21
23
- Type: **Freestyle project**
22
24
23
25
then click **OK**.
@@ -29,7 +31,7 @@ Inside the project configuration page, fill-in the following information:
0 commit comments