From ddea42a9f8c533db7f7f5aac5cd916236e91df95 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 7 Jan 2020 13:53:01 +0000 Subject: [PATCH] Windows: Add m2w64-ntldd-git for debugging --- .appveyor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 56c8d5b27..456eb4ade 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -48,13 +48,11 @@ install: m2-sed ^ m2-gawk ^ m2-diffutils ^ - m2-perl + m2-perl ^ + m2w64-ntldd-git - # get the latest version of cmake - - cmd: conda install -c conda-forge cmake - - # other deps - - cmd: conda install libnetcdf + # get deps + - cmd: conda install -c conda-forge cmake libnetcdf #---------------------------------# # build configuration #