Add appveyor CI test for standard build with bundled SQLite

This commit is contained in:
John Gallagher 2016-12-31 01:09:21 -05:00
parent 35353eb642
commit 97b06368d4

View File

@ -16,6 +16,7 @@ build: false
test_script: test_script:
- cargo test --lib --verbose - cargo test --lib --verbose
- cargo test --lib --verbose --features bundled
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace" - cargo test --lib --features "backup blob chrono functions load_extension serde_json trace"
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace bundled" - cargo test --lib --features "backup blob chrono functions load_extension serde_json trace bundled"