Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
authorization
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
grifart libs
authorization
Commits
28154e79
Commit
28154e79
authored
6 years ago
by
Jan Kuchař
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
be109299
No related branches found
No related tags found
1 merge request
!1
add GitLab CI
Pipeline
#11532
failed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-7
1 addition, 7 deletions
.gitlab-ci.yml
with
1 addition
and
7 deletions
.gitlab-ci.yml
+
1
−
7
View file @
28154e79
# This file is a template, and might need editing before it works on your project.
# Select image from https://hub.docker.com/_/php/
image
:
php:7.2
# Select what we should cache between builds
...
...
@@ -8,16 +6,12 @@ cache:
-
vendor/
before_script
:
# Install PHP extensions
-
docker-php-ext-install mbstring mcrypt pdo_pgsql curl json intl gd xml zip bz2 opcache
# Install and run Composer
-
curl -sS https://getcomposer.org/installer | php
-
php composer.phar install
-
composer install --no-interaction --prefer-dist
test
:
before_script
:
-
composer install --no-interaction --prefer-dist
script
:
-
vendor/bin/tester ./tests/cases
-
vendor/bin/phpstan analyse --no-progress --level 7 src/
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