Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Commit 167d1ce

Browse files
dsvoroninyunikkk
authored andcommitted
update build instructions (#141)
* update build instructions * update readme, bump commander to pick gojuno/commander#15
1 parent c4e7668 commit 167d1ce

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,32 @@ Composer works great in combination with [Swarmer][swarmer] — another tool we'
166166

167167
### How to build
168168

169-
Dependencies: you only need `docker` and `bash` installed on your machine.
169+
#### All-in-one script (used in Travis build)
170+
171+
Dependencies: `docker` and `bash`.
170172

171173
```console
172174
ci/build.sh
173175
```
174176

177+
#### Build Composer
178+
179+
Environment variable `ANDROID_HOME` must be set.
180+
181+
```console
182+
./gradlew build
183+
```
184+
185+
#### Build HTML report module
186+
187+
Dependencies: `npm` and `nodejs`.
188+
189+
```console
190+
cd html-report
191+
npm install
192+
npm build
193+
```
194+
175195
## License
176196

177197
```

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext.versions = [
33

44
rxJava : '1.3.0',
55
jCommander : '1.71',
6-
commander : '0.1.6',
6+
commander : '0.1.7',
77
apacheCommonsIo : '2.5',
88
apacheCommonsLang: '3.5',
99
gson : '2.8.0',

0 commit comments

Comments
 (0)