Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
hhit
config-generator
Commits
ecd9ded2
Commit
ecd9ded2
authored
Mar 03, 2021
by
Hendrik Heneke
Browse files
Cache vendor directory and install dependencies also when building phar.
parent
579a25e7
Pipeline
#372
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.gitlab-ci.yml
.gitlab-ci.yml
+8
-1
No files found.
.gitlab-ci.yml
View file @
ecd9ded2
image
:
composer:2
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
vendor/
before_script
:
-
composer install
test
:
script
:
-
composer install --ignore-platform-reqs
-
composer run php-cs:check
# - vendor/bin/phpunit
build
:
script
:
...
...
Write
Preview
Markdown
is supported
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