From 6126542f27324d3fee66fa02612cc66096c76d06 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 3 May 2017 11:11:33 +0200 Subject: [PATCH] add explicit sqlite3 7z output dir to appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f0746d5..09aeee2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: #- ps: Start-FileDownload 'http://sqlite.org/2017/sqlite-dll-win64-x64-3180000.zip' #- cmd: 7z e sqlite-dll-win64-x64-3180000.zip -y > nul - ps: Start-FileDownload 'http://sqlite.org/2017/sqlite-amalgamation-3180000.zip' - - cmd: 7z e sqlite-amalgamation-3180000.zip -y > nul + - cmd: 7z e sqlite-amalgamation-3180000.zip -oC:\tools\sqlite -y > nul - SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER% - SET SQLITE3_INCLUDE_DIR=%APPVEYOR_BUILD_FOLDER%