From 0f69c3cf2cf20eaa07dc0a3334f2c3f421328719 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 5 May 2022 17:52:48 +0200 Subject: [PATCH] Update CI script & add badge --- .drone.yml | 7 ------- README.md | 4 +++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2e9462c..3727209 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,13 +8,6 @@ steps: image: rust commands: - cargo check -- name: cargo_test - image: rust - commands: - cargo test -- name: cargo_clippy - image: rust - commands: - - rustup component add clippy - cargo clippy diff --git a/README.md b/README.md index 9c2fcf1..4fd446c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Basic OIDC +[![Build Status](https://drone.communiquons.org/api/badges/pierre/BasicOIDC/status.svg)](https://drone.communiquons.org/pierre/BasicOIDC) + Basic & lightweight OpenID provider, written in Rust using the Actix framework. **WARNING :** This tool has not been audited, use it at your own risks! @@ -37,4 +39,4 @@ cargo build --release ``` ## Contributing -If you wish to contribute to this software, feel free to send an email to contact@communiquons.org to get an account on my system, managed by BasicOIDC :) \ No newline at end of file +If you wish to contribute to this software, feel free to send an email to contact@communiquons.org to get an account on my system, managed by BasicOIDC :)