build: add a new pipeline - build (#5)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #5
This commit is contained in:
Dawid Wysokiński 2023-02-01 06:02:20 +00:00
parent 5ec103e033
commit 5821dbcb0e
1 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,25 @@
---
kind: pipeline
type: docker
name: build
platform:
os: linux
arch: amd64
steps:
- name: build
image: node:16-bullseye
commands:
- yarn && yarn build
trigger:
event:
- push
- pull_request
branch:
- master
---
kind: pipeline
type: docker
@ -24,6 +46,7 @@ steps:
trigger:
event:
- tag
---
kind: pipeline
type: docker
@ -83,6 +106,6 @@ depends_on:
---
kind: signature
hmac: 86de762d907fbfd47b5c4ff9ee9fad252d71d34833e7f2dafa97e52d8ef2344b
hmac: 41f8c71c00cee8f0932228f9fcb449b50b36d93899bbc2decdf1fcced338caae
...