Skip to content
Snippets Groups Projects
Commit 9b4e7dd2 authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

add ci

parent 0201c038
No related branches found
No related tags found
No related merge requests found
Pipeline #280104 failed
build site:
image: node:6
stage: build
script:
- npm install --progress=false
- npm run build
artifacts:
expire_in: 1 week
paths:
- dist
unit test:
image: node:6
stage: test
script:
- npm install --progress=false
- npm run unit
\ 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