Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nodes
typescript
modules
gva-api
Commits
684a0b9a
Commit
684a0b9a
authored
Dec 09, 2018
by
Cédric Moreau
Browse files
[enh] Add .gitlab-ci
parent
cbe05f23
Pipeline
#4044
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
684a0b9a
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment