We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b50d4 commit ec6fd98Copy full SHA for ec6fd98
appveyor.yml
@@ -35,5 +35,6 @@ build_script:
35
Pkg.clone(pwd(), \"MXNet\"); Pkg.build(\"MXNet\")"
36
37
test_script:
38
- - C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"MXNet\")"
39
-
+ - C:\projects\julia\bin\julia --check-bounds=yes -e "
+ ENV[\"CONTINUOUS_INTEGRATION\"] = \"1\";
40
+ Pkg.test(\"MXNet\")"
0 commit comments