[
https://issues.apache.org/jira/browse/CALCITE-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540773#comment-16540773
]
ASF GitHub Bot commented on CALCITE-2412:
-----------------------------------------
GitHub user snuyanzin opened a pull request:
https://github.com/apache/calcite-avatica/pull/65
[CALCITE-2412][Avatica] appveyor.yml for Windows CI (Appveyor)
[CALCITE-2412][Avatica] appveyor.yml for Windows CI (Appveyor)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snuyanzin/calcite-avatica CALCITE_AVATICA_2412
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/65.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #65
----
commit 4c6cf53e9959817fcc141a6c814a07dbe7d53b9e
Author: snuyanzin <snuyanzin@...>
Date: 2018-07-11T07:26:01Z
appveyor.yml for Windows CI (Appveyor)
build on windows
----
> Avatica/Calcite tests against Windows via Appveyor
> --------------------------------------------------
>
> Key: CALCITE-2412
> URL: https://issues.apache.org/jira/browse/CALCITE-2412
> Project: Calcite
> Issue Type: Improvement
> Components: build
> Reporter: Sergey Nuyanzin
> Assignee: Julian Hyde
> Priority: Major
>
> Unfortunately Travis does not support Windows
> https://github.com/travis-ci/travis-ci/issues/2104. There is a suggestion to
> use Appveyor.
> There are PRs attached both for Avatica and Calcite (i tried to make similar
> to travis.yml)
> The only different Java option for Calcite is {code}-Djna.nosys=true{code}
> which is required to overcome
> https://github.com/java-native-access/jna/issues/384 while Appveyor build.
> Also unfortunately there is no option to have parallel build even between
> projects (at least for free accounts) => to speed up the process I use only
> java8
> + in case of Calcite do not use cache as Appveyor fails to save because of
> the size - I guess it is also free account limitation
> P.S. it should be noted that to have successful build on Appveyor
> CALCITE-2409 should be fixed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)