diff options
-rw-r--r-- | .drone.yml | 7 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 9 insertions, 0 deletions
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 + @@ -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 |