From 6cd4fcdec4e6671e63e8c7cba2ab4c6d594b13fd Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 5 Feb 2018 21:38:58 +0000 Subject: Remove libcheck from the dependencies. We're not gaining much from this library, and it's a burden, especially for windows development. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 66453ccf..925122fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,6 @@ install: - choco install curl - refreshenv - if not exist %APPDATA%\downloads mkdir %APPDATA%\downloads -# libcheck -- if not exist %APPDATA%\downloads\check.zip curl -L https://github.com/libcheck/check/archive/0.11.0.zip -o %APPDATA%\downloads\check.zip -- unzip %APPDATA%\downloads\check.zip && cd check-0.11.0 -- if not exist "%PROGRAMFILES%\check\include\check.h" cmake . && msbuild INSTALL.vcxproj -- cd .. # libsodium - mkdir libsodium && cd libsodium - if not exist %APPDATA%\downloads\libsodium.zip curl -L https://download.libsodium.org/libsodium/releases/libsodium-1.0.12-msvc.zip -o %APPDATA%\downloads\libsodium.zip -- cgit v1.2.3