Added drone.yml file

This commit is contained in:
Alex Mikhalev 2018-08-29 03:27:52 -06:00
parent 1506c40d61
commit 6c1ba0022f

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: node:10-alpine
commands:
- apk add yarn python make g++
- yarn install --frozen-lockfile
- yarn build