Skip to content
Snippets Groups Projects
Commit 684a0b9a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Add .gitlab-ci

parent cbe05f23
No related branches found
No related tags found
No related merge requests found
Pipeline #4044 canceled
stages:
- build
- test
.nvm_env: &nvm_env
tags:
- redshift
before_script:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
build:
<<: *nvm_env
stage: build
script:
- yarn
test:
<<: *nvm_env
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