Browse Source

Added drone.yml file

update-deps
Alex Mikhalev 6 years ago
parent
commit
6c1ba0022f
  1. 7
      .drone.yml

7
.drone.yml

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