tInstall optional dependency NetCDF on windows - Granular.jl - Julia package for granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/Granular.jl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 4e36dced5764f1cb5f9d6e6ce4bef2bb71e8842a
DIR parent 05ebf4c41035547007acc8e019ed0f8cbf3d3723
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 28 Feb 2018 07:13:49 -0500
Install optional dependency NetCDF on windows
Diffstat:
M appveyor.yml | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/appveyor.yml b/appveyor.yml
t@@ -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)