Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
composer-phpcodesniffer-standards-plugin
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
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
Daniel Siepmann
composer-phpcodesniffer-standards-plugin
Commits
4545ddb2
Commit
4545ddb2
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
FEATURE: Gitlab ci initialized (including phpunit test)
parent
9c236fef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-0
31 additions, 0 deletions
.gitlab-ci.yml
with
31 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
31
−
0
View file @
4545ddb2
stages
:
-
test
test:5.3
:
&PHP-UNITTESTING
image
:
tetraweb/php:5.3
stage
:
test
variables
:
TIMEZONE
:
"
Europe/Berlin"
before_script
:
-
apt-get update; apt-get install -y zip unzip
-
composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
script
:
-
./vendor/bin/phpunit
test:5.4
:
<<
:
*PHP-UNITTESTING
image
:
tetraweb/php:5.4
test:5.5
:
<<
:
*PHP-UNITTESTING
image
:
tetraweb/php:5.5
test:5.6
:
<<
:
*PHP-UNITTESTING
image
:
tetraweb/php:5.6
test:7.0
:
<<
:
*PHP-UNITTESTING
image
:
tetraweb/php:7.0
test:7.1
:
<<
:
*PHP-UNITTESTING
image
:
tetraweb/php:7.1
test:latest
:
<<
:
*PHP-UNITTESTING
image
:
tetraweb/php:latest
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