Updated readme.

This commit is contained in:
Adam Murdoch
2012-09-16 19:49:16 +10:00
parent 8e30146b5a
commit bc84bb102b

View File

@@ -130,8 +130,11 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application.
* Linux amd64, using Ubunutu 8.04
* Windows x86, using VC++ 2010
* Windows x64
3. Build Java library and test app `./gradlew clean test :uploadArchives testApp:uploadArchives -Prelease`
4. Increment version number.
3. Build Java library and test app:
1. Checkout tag.
2. `./gradlew clean test :uploadArchives testApp:uploadArchives -Prelease`
4. Checkout master
5. Increment version number.
## Testing