From 68461367c87e4e7f103ed99b559cf05a68620f99 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 24 Jul 2017 15:12:00 +0200 Subject: [PATCH] Ajout manifeste Drone CI --- .drone.yml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bc8fc9c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +--- + pipeline: + test: + image: node:latest + commands: + - npm install + - npm test diff --git a/README.md b/README.md index 78bf068..ab570e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ![Logo Pitaya](img/icons/pitaya-logo.png) Pitaya +# ![Logo Pitaya](img/icons/pitaya-logo.png) Pitaya [![Build Status](https://drone.cadol.es/api/badges/Cadoles/pitaya-launcher/status.svg?branch=develop)](https://drone.cadol.es/Cadoles/pitaya-launcher) Lanceur d'application pour GNU/Linux