Skip to content
Snippets Groups Projects
Commit 736d5906 authored by Éloïs's avatar Éloïs
Browse files

Add gitlab-ci

parent d57b7a29
No related branches found
No related tags found
1 merge request!1Resolve "add basics methods with Neon"
Pipeline #
stages:
- build
- test
.nvm_env: &nvm_env
tags:
- redshift-js-rs
before_script:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
- export PATH="$HOME/.cargo/bin:$PATH"
build:
<<: *nvm_env
stage: build
script:
- npm install
test:
<<: *nvm_env
stage: test
script:
- npm install
- npm test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment