Initial commit
This commit is contained in:
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
stages:
|
||||
- build
|
||||
# - test
|
||||
|
||||
before_script:
|
||||
- git submodule update --init
|
||||
- npm install
|
||||
|
||||
building_ui:
|
||||
stage: build
|
||||
script:
|
||||
- npm run build
|
||||
Reference in New Issue
Block a user