Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lock
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
TYPO3
Extensions
lock
Commits
e18c1b78
Commit
e18c1b78
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
[FEATURE] Initialized gitlab continious integration
parent
81236d8e
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
composer.json
+4
-0
4 additions, 0 deletions
composer.json
with
32 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
28
−
0
View file @
e18c1b78
cache
:
paths
:
-
.composer/
stages
:
-
lint
-
test
variables
:
COMPOSER_CACHE_DIR
:
"
.composer"
COMPOSER_PROCESS_TIMEOUT
:
"
1800"
COMPOSER_ALLOW_SUPERUSER
:
"
1"
TYPO3_VERSION
:
^8.7
.lint
:
&lint
image
:
composer
stage
:
test
before_script
:
-
apk --no-cache add parallel
-
composer --no-ansi self-update
-
composer --no-ansi --version
-
composer require --no-interaction --no-ansi typo3/cms="${TYPO3_VERSION}"
-
composer install --no-interaction --no-ansi
lint
:
<<
:
*lint
script
:
-
find . -name \*.php ! -path "./.Build/*" | parallel --gnu php -d display_errors=stderr -l {} > /dev/null \;
This diff is collapsed.
Click to expand it.
composer.json
+
4
−
0
View file @
e18c1b78
...
...
@@ -37,6 +37,10 @@
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"1.x-dev"
},
"typo3/cms"
:
{
"cms-package-dir"
:
"{$vendor-dir}/typo3/cms"
,
"web-dir"
:
".Build/Web"
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
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