Skip to content
Snippets Groups Projects
Commit 8ec5eed8 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Merge branch 'modify-ci' into 'master'

Build script for CI

See merge request !4
parents b0e69178 9b7dd93e
No related branches found
No related tags found
1 merge request!4Build script for CI
image: node:latest image: node:latest
stages:
- build
- test
cache: stages:
paths: - build
- node_modules/
install_dependencies: build:
stage: build stage: build
script: script:
- npm install --global yarn - npm install --global yarn
- yarn install - yarn install
- yarn build - yarn build
artifacts: \ No newline at end of file
paths:
- node_modules/
testing_testing:
stage: test
script: yarn test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment