Skip to content
Snippets Groups Projects
Commit c43ac1ea authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Merge branch 'testci' into 'master'

Testci

See merge request cassiopee/jalhyd!37
parents 4e6fd7c2 0a2627e0
No related branches found
No related tags found
No related merge requests found
stages:
- install
- test
- build
- package
cache:
paths:
- node_modules/
build:
stage: build
script:
- npm run build
test:
stage: test
script:
- npm run jasmine
install:
stage: install
script:
- npm install
package:
stage: package
script:
- npm run package
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