From 2906d4e2f2722ee404382056556520787c11be1e Mon Sep 17 00:00:00 2001 From: Erki Date: Tue, 30 Mar 2021 10:56:14 +0300 Subject: [PATCH] Notification test --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 34635ef..dfcf822 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,3 +13,14 @@ steps: - cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=ON - ninja - ctest . --output-on-failure + - name: notify + image: plugins/matrix + settings: + homeserver: + from_secret: matrix_homeserver + roomid: + from_secret: matrix_roomid + username: + from_secret: matrix_username + password: + from_secret: matrix_password