Skip to content

Commit

Permalink
Re eclipse#488 - added build instructions for BATS to README
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall McDonnell <[email protected]>
  • Loading branch information
marshallmcdonnell committed Nov 12, 2020
1 parent 1f8b460 commit ceac281
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ Please see [the website](https://www.eclipse.org/ice) for more information on th

## Build Instructions

Checkout the project and from the org.eclipse.ice.build directory execute
Checkout the project and execute
```bash
mvn clean install
```

### Building BATS

The above build instructions will NOT include building `org.eclipse.ice.bats`.

This is due to the need to have an installation of Docker to run the BATS integration test.

In order to include BATS, you can instead run the `full` profile for the build instruction:

```bash
mvn clean install -P full
```

## Using the project generators

Once the build is complete, use the project generators to get started with a new Eclipse ICE project. From the shell, execute the following for a basic project:
Expand Down

0 comments on commit ceac281

Please sign in to comment.