[GitHub] lanking520 merged pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-15 Thread GitBox
lanking520 merged pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU URL: https://github.com/apache/incubator-mxnet/pull/13767 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] Diff for: [GitHub] lanking520 merged pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-15 Thread GitBox
diff --git a/.gitignore b/.gitignore index 7eb8e7d6e77..fc7992675e2 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ tools/pip_package/mxnet # temporary path for building dependencies when building wheel ./deps/ +./staticdeps/ bld ./tmp/* *.jar diff --git