Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Commits
95142f2c
Commit
95142f2c
authored
7 years ago
by
Krzysztof Dyszczyk
Browse files
Options
Downloads
Patches
Plain Diff
Apigen in docker
parent
ebd06756
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-9
6 additions, 9 deletions
.gitlab-ci.yml
with
6 additions
and
9 deletions
.gitlab-ci.yml
+
6
−
9
View file @
95142f2c
...
@@ -126,21 +126,18 @@ integration test 4-3:
...
@@ -126,21 +126,18 @@ integration test 4-3:
-
phpunit --configuration phpunit-integration.xml
-
phpunit --configuration phpunit-integration.xml
apigen docs
:
apigen docs
:
image
:
wpdesknet/phpunit-woocommerce:1-0
image
:
stage
:
pre-deploy
name
:
vfac/apigen
dependencies
:
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
-
build
php
stage
:
build
artifacts
:
artifacts
:
expire_in
:
1 day
expire_in
:
1 day
name
:
"
docs"
name
:
"
docs"
paths
:
paths
:
-
docs/
-
docs/
script
:
script
:
-
ls -l
-
/app/vendor/bin/apigen generate ./classes --destination ./docs
-
php --version
when
:
manual
-
php composer.phar docs
only
:
manual
build to deploy
:
build to deploy
:
...
...
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