Skip to content
Snippets Groups Projects

add CI config file

Open BELICAUD Louan requested to merge master into main
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 11
0
 
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
Loading