Skip to content

Commit

Permalink
Include Development Scripts in README (#977)
Browse files Browse the repository at this point in the history
* How to run tests in README

* Gradlew check
  • Loading branch information
GrantPerkins authored Jul 26, 2021
1 parent b5109c3 commit 2d30a10
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,20 @@ To build and run, use the included Gradle wrapper script on a Unix System:

On Windows:

gradlew.bat :ui:run
gradlew :ui:run

If you don't have an internet connection you can build using the `--offline` flag if you have built GRIP once before.

### Running Tests

To do a complete check of functionality of GRIP, use the included Gradle wrapper script on a Unix System:

./gradlew check

On Windows:

gradlew check

## CUDA Support
To enable CUDA acceleration, CUDA 10.0 needs to be installed on your computer. CUDA 10.1 may work on
Linux systems, but Windows _must_ use 10.0.
Expand Down

0 comments on commit 2d30a10

Please sign in to comment.