fix: add gitlab-ci
This commit is contained in:
parent
00b556ef45
commit
7c9af77427
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
tags:
|
||||
- linux
|
||||
stage: build
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
Loading…
Reference in New Issue
Block a user