Skip to content

Commit 528002d

Browse files
committed
appveyor: enable integration test
1 parent 57b50d4 commit 528002d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ build_script:
3232
# Need to convert from shallow to complete for Pkg.clone to work
3333
- IF EXIST .git\shallow (git fetch --unshallow)
3434
- C:\projects\julia\bin\julia -e "versioninfo();
35+
ENV[\"CONTINUOUS_INTEGRATION\"] = \"1\";
3536
Pkg.clone(pwd(), \"MXNet\"); Pkg.build(\"MXNet\")"
3637

3738
test_script:

0 commit comments

Comments
 (0)