Skip to content

Commit

Permalink
add explicit sqlite3 7z output dir to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 3, 2017
1 parent e65a822 commit 6126542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%

Expand Down

0 comments on commit 6126542

Please sign in to comment.