From bc28bfb395c67edaa187ea3ff6642bd2a061bfd3 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 23 Sep 2019 21:08:20 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9aeb95b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: arm + +steps: +- name: test + image: ubuntu:latest + commands: + - apt-get update + - apt-get install -y coreutils make gnutls-bin emacs-nox nodejs npm + - make env + - make info + - make check