add Drone CI
This commit is contained in:
parent
036d574c9a
commit
662901496d
2 changed files with 9 additions and 0 deletions
7
.drone.yml
Normal file
7
.drone.yml
Normal file
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue