Skip to content
Snippets Groups Projects
Unverified Commit 1d02ed47 authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Add basic CI pipeline

parent df61bda4
No related branches found
No related tags found
1 merge request!2Add basic CI pipeline
Pipeline #100476 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
default:
image: node:10
before_script:
- npm ci
stages:
- build
backend_build:
stage: build
script:
- npm build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment