From 9dc91c7e588fa5f0824abedf38a6d843e3ef00c2 Mon Sep 17 00:00:00 2001 From: gwenn Date: Mon, 25 Jan 2016 18:35:22 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4df3fdd..abe001b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,20 +1,21 @@ environment: TARGET: x86_64-pc-windows-msvc install: - - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" + - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.6.0-${env:TARGET}.exe" - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - rustc -V - cargo -V - - 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 +# - 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 + - ps: Start-FileDownload 'http://sqlite.org/2015/sqlite-dll-win64-x64-3090200.zip' + - cmd: 7z e sqlite-dll-win64-x64-3090200.zip -y > nul - SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER% -# - cmd: VsixInstaller /q /a /i sqlite-uap-3100200.vsix build: false test_script: - - cargo test --lib + - cargo test --lib --verbose branches: only: