This is an automated email from the ASF dual-hosted git repository.

iblis pushed a commit to branch ib/ci-jl-win
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
     new 1d3f2d0  debug
1d3f2d0 is described below

commit 1d3f2d0f4bc13146833c2aa27fb147a0c5a68f8c
Author: Iblis Lin <[email protected]>
AuthorDate: Mon Jan 21 10:50:46 2019 +0800

    debug
---
 ci/windows/test_jl07_cpu.ps1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/windows/test_jl07_cpu.ps1 b/ci/windows/test_jl07_cpu.ps1
index b847ef5..01d782c 100644
--- a/ci/windows/test_jl07_cpu.ps1
+++ b/ci/windows/test_jl07_cpu.ps1
@@ -38,6 +38,7 @@ C:\julia07\julia\bin\julia -e "using InteractiveUtils; 
versioninfo()"
 # Pkg.add a dummy package to workaround Pkg3's bug
 echo 'using Pkg; Pkg.add("Example")' | & $JULIA
 
+pwd
 echo 'using Pkg; Pkg.develop(PackageSpec(name = "MXNet", path = "julia"))' | & 
$JULIA
 if (! $?) { Throw ("Error on installing MXNet") }
 

Reply via email to