Skip to content
Snippets Groups Projects
Unverified Commit 048315ce authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Simple CI configuration

parent 37e2ca8d
No related branches found
No related tags found
1 merge request!3Installation notes + CI integration
image: node:latest
stages:
- build
- test
cache:
paths:
- node_modules/
install_dependencies:
stage: build
script:
- npm install --global yarn
- yarn install
- yarn build
artifacts:
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.
Finish editing this message first!
Please register or to comment