Skip to content
Snippets Groups Projects
Commit 07657360 authored by Tim Rohaly's avatar Tim Rohaly
Browse files

Issue #3459728 by TR: Turn on GitLabCI testing

parent 5be4d427
No related branches found
No related tags found
1 merge request!6Issue #3459728 by TR: Turn on GitLabCI testing
Pipeline #217820 failed
......@@ -47,64 +47,11 @@ include:
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables:
_TARGET_CORE: '9.5.10'
_TARGET_PHP: '7.4'
# _TARGET_DB_TYPE: 'mysql'
# _TARGET_DB_VERSION: 'mysql'
# SKIP_ESLINT: '1'
SKIP_PHPCS: '0'
SKIP_STYLELINT: '0'
SKIP_ESLINT: '0'
SKIP_PHPUNIT: '0'
###################################################################################
#
# *
# /(
# ((((,
# /(((((((
# ((((((((((*
# ,(((((((((((((((
# ,(((((((((((((((((((
# ((((((((((((((((((((((((*
# *(((((((((((((((((((((((((((((
# ((((((((((((((((((((((((((((((((((*
# *(((((((((((((((((( .((((((((((((((((((
# ((((((((((((((((((. /(((((((((((((((((*
# /((((((((((((((((( .(((((((((((((((((,
# ,(((((((((((((((((( ((((((((((((((((((
# .(((((((((((((((((((( .(((((((((((((((((
# ((((((((((((((((((((((( ((((((((((((((((/
# (((((((((((((((((((((((((((/ ,(((((((((((((((*
# .((((((((((((((/ /(((((((((((((. ,(((((((((((((((
# *(((((((((((((( ,(((((((((((((/ *((((((((((((((.
# ((((((((((((((, /(((((((((((((. ((((((((((((((,
# (((((((((((((/ ,(((((((((((((* ,(((((((((((((,
# *((((((((((((( .((((((((((((((( ,(((((((((((((
# ((((((((((((/ /((((((((((((((((((. ,((((((((((((/
# ((((((((((((( *(((((((((((((((((((((((* *((((((((((((
# ((((((((((((( ,(((((((((((((..((((((((((((( *((((((((((((
# ((((((((((((, /((((((((((((* /((((((((((((/ ((((((((((((
# ((((((((((((( /((((((((((((/ (((((((((((((* ((((((((((((
# (((((((((((((/ /(((((((((((( ,((((((((((((, *((((((((((((
# (((((((((((((( *(((((((((((/ *((((((((((((. ((((((((((((/
# *((((((((((((((((((((((((((, /(((((((((((((((((((((((((
# ((((((((((((((((((((((((( ((((((((((((((((((((((((,
# .(((((((((((((((((((((((/ ,(((((((((((((((((((((((
# ((((((((((((((((((((((/ ,(((((((((((((((((((((/
# *((((((((((((((((((((( (((((((((((((((((((((,
# ,(((((((((((((((((((((, ((((((((((((((((((((/
# ,(((((((((((((((((((((* /((((((((((((((((((((
# ((((((((((((((((((((((, ,/((((((((((((((((((((,
# ,(((((((((((((((((((((((((((((((((((((((((((((((((((
# .(((((((((((((((((((((((((((((((((((((((((((((
# .((((((((((((((((((((((((((((((((((((,.
# .,(((((((((((((((((((((((((.
#
###################################################################################
install-antennaio-jquery-bar-rating:
stage: validate
script:
- composer config repositories.antennaio '{"type":"package","package":{"name":"antennaio/jquery-bar-rating","version":"1.2.2","type":"drupal-library","dist":{"type":"zip","url":"https://github.com/antennaio/jquery-bar-rating/archive/v1.2.2.zip"}}}'
- composer require antennaio/jquery-bar-rating
variables:
_SHOW_ENVIRONMENT_VARIABLES: 1
_PHPUNIT_CONCURRENT: 1
OPT_IN_TEST_MIN_PHP: 1
OPT_IN_TEST_CURRENT: 1
OPT_IN_TEST_NEXT_MAJOR: 0
......@@ -8,9 +8,24 @@
"issues": "https://www.drupal.org/project/issues/votingapi_widgets",
"source": "https://git.drupalcode.org/project/votingapi_widgets"
},
"repositories": {
"antennaio": {
"type": "package",
"package": {
"name": "antennaio/jquery-bar-rating",
"version": "1.2.2",
"type": "drupal-library",
"dist": {
"type": "zip",
"url": "https://github.com/antennaio/jquery-bar-rating/archive/v1.2.2.zip"
}
}
}
},
"require": {
"drupal/core": "^8.8.2 || ^9",
"drupal/votingapi": "^3.0"
},
"minimum-stability": "dev"
"require-dev": {
"antennaio/jquery-bar-rating": "1.2.2"
}
}
build:
assessment:
validate_codebase:
phplint:
csslint:
halt-on-fail: false
eslint:
halt-on-fail: false
phpcs:
sniff-all-files: false
halt-on-fail: false
coder-version: ^8.2@stable
container_command:
commands:
- "cd ${SOURCE_DIR} && sudo -u www-data composer config repositories.antennaio '{\"type\":\"package\",\"package\":{\"name\":\"antennaio/jquery-bar-rating\",\"version\":\"1.2.2\",\"type\":\"drupal-library\",\"dist\":{\"type\":\"zip\",\"url\":\"https://github.com/antennaio/jquery-bar-rating/archive/v1.2.2.zip\"}}}'"
- "composer require antennaio/jquery-bar-rating"
halt-on-fail: true
testing:
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
testgroups: '--all'
color: true
die-on-fail: false
keep-results: true
keep-results-table: false
verbose: false
concurrency: 0
halt-on-fail: false
repeat: 1
suppress-deprecations: true
run_tests.js:
concurrency: 1
types: PHPUnit-FunctionalJavascript
testgroups: '--all'
color: true
die-on-fail: false
keep-results: true
keep-results-table: false
verbose: false
halt-on-fail: false
repeat: 1
suppress-deprecations: true
nightwatchjs: { }
......@@ -2,7 +2,7 @@ name: Votingapi Widgets
type: module
description: 'Voting API Widgets.'
package: Voting
core_version_requirement: ^8.8.2 || ^9
core_version_requirement: ^9.2 || ^10
dependencies:
- votingapi:votingapi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment