]> Untitled Git - lemmy.git/commitdiff
add espeak and postgres client
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 00:21:57 +0000 (01:21 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 00:23:47 +0000 (01:23 +0100)
.drone.yml

index 45886aa2ba8a5aa97eb15ee1f0af1765a0861e2a..b22d13cfeb4b0ded7305223702b0f20b012ec25f 100644 (file)
@@ -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: