Update TESTING.asciidoc with platform specific instructions (#38802)

This adds the instructions for building a platform-specific distribution.
This commit is contained in:
Lee Hinman 2019-02-14 08:13:05 -07:00 committed by Lee Hinman
parent 8bb2a2a405
commit cf0bdf3b28
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,15 @@ following:
./gradlew assemble
-----------------------------
To create a platform-specific build including the x-pack modules, use the
following depending on your operating system:
-----------------------------
./gradlew :distribution:archives:linux-tar:assemble --parallel
./gradlew :distribution:archives:darwin-tar:assemble --parallel
./gradlew :distribution:archives:windows-zip:assemble --parallel
-----------------------------
=== Running Elasticsearch from a checkout
In order to run Elasticsearch from source without building a package, you can