From 32c31cdb6078277bb22db95c79bd4d236689143b Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 24 Jan 2016 18:54:54 +0100 Subject: [PATCH] Try to fix appveyor build. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e562852..4df3fdd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,14 +7,14 @@ install: - rustc -V - cargo -V - 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% # - cmd: VsixInstaller /q /a /i sqlite-uap-3100200.vsix build: false test_script: - - cargo test + - cargo test --lib branches: only: