From 716ded6245b7460b06c410fdd5bd618013332bfd Mon Sep 17 00:00:00 2001 From: klmp200 Date: Sun, 24 Jun 2018 21:35:48 +0200 Subject: [PATCH] =?UTF-8?q?Pour=20tester=20un=20peu=20Drone=20sur=20le=20d?= =?UTF-8?q?=C3=A9p=C3=B4t=20miroir.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e524ec3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +pipeline: + build: + image: ubuntu:artful + commands: + - apt update + - apt -y install make cmake gcc + - mkdir cmake-build + - cd make-build + - cmake .. + - make \ No newline at end of file