From 662901496d3d00b776a9ece90d78db4ecfd13fc8 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 24 Feb 2021 17:43:23 +0100 Subject: [PATCH] add Drone CI --- .drone.yml | 7 +++++++ README.md | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..853c5f2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: golang:stretch + commands: + - go get -d -v + - go build -v + diff --git a/README.md b/README.md index 6df59ec..542b353 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Guichet +[![Build Status](https://drone.deuxfleurs.fr/api/badges/Deuxfleurs/guichet/status.svg)](https://drone.deuxfleurs.fr/Deuxfleurs/guichet) + Guichet is a simple LDAP web interface for the following tasks: - self-service password change