Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/307280

Change subject: WIP Run language screenshots script for VisualEditor in Jenkins
......................................................................

WIP Run language screenshots script for VisualEditor in Jenkins

Bug: T139613
Change-Id: Id99331efe2aa144abef74c5e39fb867e49dfd8fd
---
M Gruntfile.js
1 file changed, 13 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/80/307280/1

diff --git a/Gruntfile.js b/Gruntfile.js
index ee14d32..650487d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -69,6 +69,19 @@
                                },
                                src: [ 'build/screenshots.js' ]
                        },
+                       'screenshots-hr': {
+                               options: {
+                                       reporter: 'spec',
+                                       timeout: 30000,
+                                       require: [
+                                               function () {
+                                                       /* jshint undef:false */
+                                                       langs = [ 'hr' ];
+                                               }
+                                       ]
+                               },
+                               src: [ 'build/screenshots.js' ]
+                       },
                        'screenshots-all': {
                                options: {
                                        reporter: 'spec',

-- 
To view, visit https://gerrit.wikimedia.org/r/307280
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id99331efe2aa144abef74c5e39fb867e49dfd8fd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to