You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/19 08:54:20 UTC

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

iblis17 commented on a change in pull request #10149: WIP: import Julia binding
URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175362585
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -399,6 +399,14 @@ unittest_ubuntu_gpu_R() {
     make rpkgtest R_LIBS=/tmp/r-site-library R_GPU_ENABLE=1
 }
 
+unittest_ubuntu_cpu_julia06() {
+    set -ex
+    julia -e 'versioninfo()'
+    julia -e 'Pkg.clone("julia", "MXNet")'
 
 Review comment:
   I changed this into a `ln -s`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services