Skip to content
Snippets Groups Projects
Commit e91d5a26 authored by Migushthe2nd's avatar Migushthe2nd
Browse files

Add ci/cd

parent 042c2038
Branches
No related tags found
No related merge requests found
Pipeline #6231 failed
stages:
- build
- test
- sast
build:
tags:
- rpi4-64
image: arm32v7/node:15
stage: build
artifacts:
expire_in: 1 week
paths:
- dist/
before_script:
- yarn install
script:
- yarn run build
test:
tags:
- rpi4-64
image: arm32v7/node:15
stage: test
needs:
- job: build
before_script:
- yarn install
script:
- yarn run jest
sast:
tags:
- rpi4-64
image: arm32v7/node:15
stage: sast
needs:
- job: build
before_script:
- yarn install
script:
- yarn run lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment