Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git_info
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
git_info
Commits
bc6c3950
Commit
bc6c3950
authored
4 months ago
by
Eirik Morland
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3481250
by eiriksm: Use GitLab ci
parent
fa6ccefd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12
Resolve #3481250 "Use gitlab ci"
Pipeline
#311825
failed
4 months ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+22
-0
22 additions, 0 deletions
.gitlab-ci.yml
phpunit.xml.dist
+8
-0
8 additions, 0 deletions
phpunit.xml.dist
with
30 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
22
−
0
View file @
bc6c3950
include
:
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
file
:
-
"
/includes/include.drupalci.main.yml"
-
"
/includes/include.drupalci.variables.yml"
-
"
/includes/include.drupalci.workflows.yml"
variables
:
SKIP_ESLINT
:
'
1'
_CURL_TEMPLATES_REF
:
'
main'
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
OPT_IN_TEST_MAX_PHP
:
'
1'
OPT_IN_TEST_NEXT_MAJOR
:
'
1'
RUN_JOB_UPGRADE_STATUS
:
'
1'
phpunit
:
variables
:
SYMFONY_DEPRECATIONS_HELPER
:
"
ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt"
This diff is collapsed.
Click to expand it.
phpunit.xml.dist
0 → 100644
+
8
−
0
View file @
bc6c3950
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<listeners>
<listener
class=
"\Drupal\Tests\Listeners\DrupalListener"
>
</listener>
</listeners>
</phpunit>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment