From ca190c7930025e6088b9fe3c8a34eaedf62242cc Mon Sep 17 00:00:00 2001 From: klmp200 Date: Mon, 25 Jun 2018 01:49:56 +0200 Subject: [PATCH] =?UTF-8?q?Les=20dossiers=20sont=20persistants=20dans=20la?= =?UTF-8?q?=20CI=20de=20drone,=20int=C3=A9ressant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9bc362c..0d80ee8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,5 @@ pipeline: commands: - apt update - apt -y install make cmake gcc python libpcre3 libpcre3-dev - - mkdir cmake-build - cd cmake-build - - cmake .. - - make - make test \ No newline at end of file