Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
7373bc0b
Commit
7373bc0b
authored
Jun 27, 2017
by
Phil Hughes
Committed by
Ruben Davila
Jun 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated gitlab-ci.yml to compile locale
parent
bea0d4e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
No files found.
.gitlab-ci.yml
View file @
7373bc0b
...
...
@@ -193,6 +193,7 @@ setup-test-env:
script
:
-
node --version
-
yarn install --pure-lockfile --cache-folder .yarn-cache
-
bundle exec rake gettext:po_to_json
-
bundle exec rake gitlab:assets:compile
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
artifacts
:
...
...
@@ -433,6 +434,7 @@ gitlab:assets:compile:
NO_COMPRESSION
:
"
true"
script
:
-
yarn install --pure-lockfile --production --cache-folder .yarn-cache
-
bundle exec rake gettext:po_to_json
-
bundle exec rake gitlab:assets:compile
artifacts
:
name
:
webpack-report
...
...
@@ -450,6 +452,7 @@ karma:
BABEL_ENV
:
"
coverage"
CHROME_LOG_FILE
:
"
chrome_debug.log"
script
:
-
bundle exec rake gettext:po_to_json
-
bundle exec rake karma
coverage
:
'
/^Statements
*:
(\d+\.\d+%)/'
artifacts
:
...
...
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