Merge branch 'appveyor' of https://github.com/gwenn/rusqlite into appveyor

This commit is contained in:
gwenn 2016-01-28 18:29:29 +01:00
commit a3dc0d42c9

View File

@ -2,8 +2,8 @@ environment:
TARGET: 1.6.0-x86_64-pc-windows-gnu TARGET: 1.6.0-x86_64-pc-windows-gnu
MSYS2_BITS: 64 MSYS2_BITS: 64
install: install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.6.0-${env:TARGET}.exe"
- rust-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - rust-1.6.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
- rustc -V - rustc -V
@ -15,7 +15,7 @@ install:
build: false build: false
test_script: test_script:
- cargo test --lib - cargo test --lib --verbose
branches: branches:
only: only: