Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
a29854ab
Commit
a29854ab
authored
Jan 07, 2019
by
Nicolas Gelot
Browse files
Enable gitlab CI
parent
33073fec
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
a29854ab
image
:
$CI_REGISTRY_IMAGE/env:latest
stages
:
-
build
-
test
front-end
:
stage
:
build
before_script
:
-
./manage.sh npm_packages
-
./manage.sh update_dev_packages
script
:
-
./manage.sh locales
-
./manage.sh styles
-
./manage.sh grunt_build
coding-rules
:
stage
:
build
before_script
:
-
./manage.sh update_dev_packages
script
:
-
./manage.sh pep8_check
unittest
:
stage
:
test
before_script
:
-
./manage.sh update_dev_packages
script
:
-
./manage.sh unit_tests
Write
Preview
Markdown
is supported
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