projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b34d2b
)
add espeak and postgres client
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 00:21:57 +0000
(
01:21
+0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 00:23:47 +0000
(
01:23
+0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index 45886aa2ba8a5aa97eb15ee1f0af1765a0861e2a..b22d13cfeb4b0ded7305223702b0f20b012ec25f 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-12,9
+12,10
@@
steps:
RUST_BACKTRACE: 1
RUST_TEST_THREADS: 1
commands:
+ - apt install espeak postgresql-client
- cargo check --all
- - cargo test --workspace --no-fail-fast
- cargo clippy
+ - cargo test --workspace --no-fail-fast
- mdbook build docs/
- name: run federation tests
@@
-46,6
+47,7
@@
steps:
username: kevinbacon
password: pa55word
repo: dessalines/lemmy
+ purge: true
tags:
- latest
when: