commit 4e36dced5764f1cb5f9d6e6ce4bef2bb71e8842a
parent 05ebf4c41035547007acc8e019ed0f8cbf3d3723
Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 28 Feb 2018 07:13:49 -0500
Install optional dependency NetCDF on windows
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
@@ -26,6 +26,9 @@ install:
# Run installer silently, output to C:\projects\julia
- C:\projects\julia-binary.exe /S /D=C:\projects\julia
+before_build:
+ - C:\projects\julia\bin\julia -e "versioninfo(); Pkg.add(\"NetCDF\")"
+
build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)