Skip to content
Snippets Groups Projects
Commit 9e85bbd7 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

adding CI/CD pipeline

parent 0bce76d1
No related branches found
No related tags found
2 merge requests!8Esap gui dev,!7Esap gui dev
Pipeline #5862 failed
......@@ -3,11 +3,13 @@ stages:
- deploy
build:
stage: build
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install npm -y )'
script:
- echo "Building deploy package"
- yarn install
- yarn build
- echo "Build successful"
- echo "Building deploy package"
- npm install
- npm build
- echo "Build successful"
artifacts:
expire_in: 1 hour
paths:
......
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