mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Travis
This commit is contained in:
parent
6e498ef633
commit
cef447fa45
1 changed files with 7 additions and 0 deletions
|
@ -8,7 +8,14 @@ matrix:
|
|||
- rust: nightly
|
||||
fast_finish: true
|
||||
cache: cargo
|
||||
services:
|
||||
- postgresql
|
||||
before_script:
|
||||
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
|
||||
- psql -c 'create database rrr with owner rrr;' -U postgres
|
||||
script:
|
||||
- cd server
|
||||
- cargo install diesel_cli --no-default-features --features postgres
|
||||
- cargo install
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
|
Loading…
Reference in a new issue