Skip to content
Snippets Groups Projects
Commit b082dc65 authored by RedStormBT's avatar RedStormBT
Browse files

add CI config file

parent 022aba2e
No related branches found
No related tags found
1 merge request!2add CI config file
Pipeline #17261 failed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
image: node:8
stages:
- build
build:
stage: build
script:
- cd QAdmin && npm ci && npm run build
- cd ../QAnalysis && npm ci && npm run build
- cd ../QInterface && npm ci && npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment