Added drone.yml file
This commit is contained in:
parent
1506c40d61
commit
6c1ba0022f
7
.drone.yml
Normal file
7
.drone.yml
Normal file
@ -0,0 +1,7 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: node:10-alpine
|
||||
commands:
|
||||
- apk add yarn python make g++
|
||||
- yarn install --frozen-lockfile
|
||||
- yarn build
|
Loading…
x
Reference in New Issue
Block a user