2018-04-30 21:15:07 +00:00
|
|
|
language: rust
|
2018-09-26 15:43:27 +00:00
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
- MIGRATION_DIR=migrations/postgres FEATURES=postgres DATABASE_URL=postgres://postgres@localhost/plume
|
|
|
|
- MIGRATION_DIR=migrations/sqlite FEATURES=sqlite DATABASE_URL=plume.sqlite3
|
2018-04-30 21:15:07 +00:00
|
|
|
rust:
|
|
|
|
- nightly
|
|
|
|
cache: cargo
|
2018-09-26 15:43:27 +00:00
|
|
|
script:
|
|
|
|
- cargo build --no-default-features --features="${FEATURES}"
|