We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b50d4 commit 528002dCopy full SHA for 528002d
1 file changed
appveyor.yml
@@ -32,6 +32,7 @@ build_script:
32
# Need to convert from shallow to complete for Pkg.clone to work
33
- IF EXIST .git\shallow (git fetch --unshallow)
34
- C:\projects\julia\bin\julia -e "versioninfo();
35
+ ENV[\"CONTINUOUS_INTEGRATION\"] = \"1\";
36
Pkg.clone(pwd(), \"MXNet\"); Pkg.build(\"MXNet\")"
37
38
test_script:
0 commit comments