Oleg Ignatenko created IGNITE-6329:
--------------------------------------
Summary: add Teamcity task to verify the build of ml examples
Key: IGNITE-6329
URL:
https://issues.apache.org/jira/browse/IGNITE-6329 Project: Ignite
Issue Type: Task
Components: build, examples
Reporter: Oleg Ignatenko
Assignee: Oleg Ostanin
Add a teamcity task to verify that ml examples build successfully.
For an example of how to build refer [this doc at readme.io|
https://apacheignite.readme.io/docs/machine-learning]:
{quote}
* ...Make sure you're using Java 8 or later.
* Build and install Apache Ignite Data Fabric from the project's root directory:
{noformat}mvn clean install -DskipTests -Dmaven.javadoc.skip=true -P java8{noformat}
* Build and install ML Grid from the project's root directory:
{noformat}mvn install -Pml -DskipTests -U -pl modules/ml -am{noformat}
* ...If you need to build the ML Grid examples from sources execute the commands below:
{noformat}cd examples
mvn clean package -DskipTests -Pml{noformat}
{quote}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)