mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 11:31:37 +08:00
Try to fix appveyor build.
This commit is contained in:
parent
9b97d88362
commit
32c31cdb60
@ -7,14 +7,14 @@ install:
|
|||||||
- 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/Debug/x64/ Redist/Debug/x64/ -y > nul
|
- cmd: 7z e sqlite-uap-3100200.vsix DesignTime/Retail/x64/ Redist/Retail/x64/ -y > nul
|
||||||
- SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER%
|
- SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER%
|
||||||
# - cmd: VsixInstaller /q /a /i sqlite-uap-3100200.vsix
|
# - cmd: VsixInstaller /q /a /i sqlite-uap-3100200.vsix
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cargo test
|
- cargo test --lib
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user