Commit 97ac58ca authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Mise en place et configuration de ApiGen.

Showing with 12 additions and 0 deletions
+12 -0
/vendor/ /vendor/
/components/ /components/
/composer.lock /composer.lock
/apigen
apigen.neon 0 → 100644
source: .
destination: apigen
exclude:
- vendor
- Tests
tree: true
deprecated: true
templateTheme: bootstrap
noSourceCode: true
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
"cleentfaar/tissue": "dev-master", "cleentfaar/tissue": "dev-master",
"cleentfaar/tissue-bundle": "dev-master", "cleentfaar/tissue-bundle": "dev-master",
"cleentfaar/tissue-clamav-adapter": "dev-master", "cleentfaar/tissue-clamav-adapter": "dev-master",
"apigen/apigen": "~4.0"
}, },
"suggest": { "suggest": {
"cleentfaar/tissue": "Pour le scan antivirus.", "cleentfaar/tissue": "Pour le scan antivirus.",
......
...@@ -28,4 +28,5 @@ complete: ...@@ -28,4 +28,5 @@ complete:
success: success:
shell: shell:
- "vendor/bin/apigen generate && rsync -r --delete apigen/ /var/www/api/irstea-file-upload-bundle/%BRANCH%"
- curl 'http://istest.lyon.cemagref.fr/satis/trigger.php?package=irstea/file-upload-bundle' - curl 'http://istest.lyon.cemagref.fr/satis/trigger.php?package=irstea/file-upload-bundle'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment