- ps:Start-FileDownload 'https://sqlite.org/2017/sqlite-dll-win64-x64-3170000.zip'# download SQLite dll (useful only when the `bundled` feature is not set)
- cmd:7z e sqlite-dll-win64-x64-3170000.zip -y > nul
- ps:Start-FileDownload 'https://sqlite.org/2017/sqlite-amalgamation-3170000.zip'# download SQLite headers (useful only when the `bundled` feature is not set)
- cmd:7z e sqlite-amalgamation-3170000.zip -y > nul
- SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER%# specify where the SQLite dll has been downloaded (useful only when the `bundled` feature is not set)
- SET SQLITE3_INCLUDE_DIR=%APPVEYOR_BUILD_FOLDER%# specify where the SQLite headers have been downloaded (useful only when the `bundled` feature is not set)