Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Community
WSSpaces
Commits
476e7601
Commit
476e7601
authored
Oct 12, 2021
by
PiPsteer
Browse files
composer packaging
parent
df2adb6c
Pipeline
#730
passed with stages
in 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
476e7601
include
:
-
template
:
Composer.gitlab-ci.yml
stages
:
-
test
-
build
publish
:
cache
:
-
key
:
composer
paths
:
-
vendor/
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"2.0"'
composer_test
:
cache
:
-
key
:
composer-dev
paths
:
-
vendor/
image
:
composer:1
stage
:
test
before_script
:
-
composer install --ignore-platform-reqs
script
:
-
composer test
allow_failure
:
true
\ No newline at end of file
composer.json
View file @
476e7601
{
"name"
:
"wikibase/w-s-spaces"
,
"type"
:
"mediawiki-extension"
,
"require"
:
{
"ext-openssl"
:
"*"
},
...
...
Write
Preview
Supports
Markdown
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