From 6c1ba0022f5c211854ed8c0700a6ad80d808c386 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Wed, 29 Aug 2018 03:27:52 -0600 Subject: [PATCH] Added drone.yml file --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..739c08e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: node:10-alpine + commands: + - apk add yarn python make g++ + - yarn install --frozen-lockfile + - yarn build \ No newline at end of file