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

update build instructions #141

Merged
merged 3 commits into from
Apr 29, 2018
Merged

update build instructions #141

merged 3 commits into from
Apr 29, 2018

Conversation

dsvoronin
Copy link
Contributor

#134 suggestion, also sent a PR to gojuno/commander#15 for meaningful message about missing ANDROID_HOME

README.md Outdated
Dependencies: you only need `docker` and `bash` installed on your machine.
#### To build composer

environmental variable ANDROID_HOME must be set.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capital E, wrap ANDROID_HOME with ` :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And afaik it's called environment variable, not environmental hehe

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:greenpeace:

README.md Outdated
npm build
```

#### All-in-one script (used in Travis build)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put this one at the top of "How to build"? I don't want people install npm and stuff to build Composer

README.md Outdated
./gradlew build
```

#### To build html-report
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Build HTML report module"?

README.md Outdated
@@ -161,7 +161,27 @@ Composer works great in combination with [Swarmer][swarmer] — another tool we'

### How to build

Dependencies: you only need `docker` and `bash` installed on your machine.
#### To build composer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build Composer

README.md Outdated

#### All-in-one script (used in Travis build)

you only need `docker` and `bash` installed on your machine.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependencies: docker and bash.

README.md Outdated

#### To build html-report

you need `npm` and `nodejs` packages installed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependencies: npm and nodejs.

@@ -3,7 +3,7 @@ ext.versions = [

rxJava : '1.3.0',
jCommander : '1.71',
commander : '0.1.6',
commander : '0.1.7',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why in this pr tho? pls extract to separate one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because it addresses the same thing: informative message on ANDROID_HOME error while running build, and no more

@yunikkk yunikkk merged commit 167d1ce into gojuno:master Apr 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants