Skip to content

Commit

Permalink
appveyor: enable integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Nov 20, 2017
1 parent 57b50d4 commit ec6fd98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ build_script:
Pkg.clone(pwd(), \"MXNet\"); Pkg.build(\"MXNet\")"

test_script:
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"MXNet\")"

- C:\projects\julia\bin\julia --check-bounds=yes -e "
ENV[\"CONTINUOUS_INTEGRATION\"] = \"1\";
Pkg.test(\"MXNet\")"

0 comments on commit ec6fd98

Please sign in to comment.