mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 17:34:00 +00:00
Travis
This commit is contained in:
parent
54e0a33dc2
commit
00d9a88dbd
1 changed files with 7 additions and 0 deletions
|
@ -8,7 +8,14 @@ matrix:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
cache: cargo
|
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:
|
script:
|
||||||
- cd server
|
- cd server
|
||||||
|
- cargo install diesel_cli --no-default-features --features postgres
|
||||||
|
- cargo install
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
Loading…
Reference in a new issue