summary refs log tree commit diff stats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-07 15:02:26 -0700
committerAman Gupta <aman@tmm1.net>2015-10-07 15:02:26 -0700
commitd069ba7ef8866c1a9234a27100d70fd6ca7163ad (patch)
treeb24cf780d42344c2fd37304e0416aed0c604f7c0 /appveyor.yml
parent8d02dc2e62a8cf1d2afdfab05830a02d1ab2ef8f (diff)
downloadNim-d069ba7ef8866c1a9234a27100d70fd6ca7163ad.tar.gz
list out openssl contents
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9899c3075..85577ed16 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,9 @@ platform:
   - x64
 
 build_script:
-  - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S openssl"
+  - C:\msys64\usr\bin\bash -lc "pacman -Ql openssl"
+  - dir c:\msys64\ssl
+  - dir c:\msys64\mingw64\lib
   - SET PATH=C:\msys64\mingw64\bin;bin;%PATH%
   - gcc -v
   - git clone -q --depth 1 https://github.com/nim-lang/csources