Skip to content
Snippets Groups Projects
Commit 5d20a802 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

adding gitlab pages

parent 29333a97
No related branches found
No related tags found
1 merge request!21Regular merge of develop
Pipeline #8324 failed
image: *****/frontend
stages:
- test
- deploy
before_script:
- npm prune
- npm install
- bower prune --allow-root
- bower install --allow-root
cache:
paths:
- node_modules/
- bower_components/
key: "$CI_BUILD_REPO"
sample_test:
stage: test
script:
- grunt build
- grunt test
- grunt jscs --force
- grunt jshint --force
sample_deploy:
stage: deploy
only:
- gitlab-pages
script:
- grunt build babel uglify:dist
artifacts:
paths:
- dist/
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