mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 09:09:19 +08:00
Update appveyor.yml
This commit is contained in:
parent
eda881349a
commit
ec7565383f
@ -6,10 +6,10 @@ install:
|
|||||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||||
- rustc -V
|
- rustc -V
|
||||||
- cargo -V
|
- cargo -V
|
||||||
# - ps: Start-FileDownload 'http://sqlite.org/2016/sqlite-uap-3100200.vsix'
|
- ps: Start-FileDownload 'http://sqlite.org/2016/sqlite-uap-3100200.vsix'
|
||||||
# - cmd: 7z e sqlite-uap-3100200.vsix DesignTime/Retail/x64/ Redist/Retail/x64/ -y > nul
|
- cmd: 7z e sqlite-uap-3100200.vsix DesignTime/Retail/x64/ Redist/Retail/x64/ -y > nul
|
||||||
- ps: Start-FileDownload 'http://sqlite.org/2015/sqlite-dll-win64-x64-3090200.zip'
|
# - ps: Start-FileDownload 'http://sqlite.org/2015/sqlite-dll-win64-x64-3090200.zip'
|
||||||
- cmd: 7z e sqlite-dll-win64-x64-3090200.zip -y > nul
|
# - cmd: 7z e sqlite-dll-win64-x64-3090200.zip -y > nul
|
||||||
- SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER%
|
- SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
Loading…
Reference in New Issue
Block a user