Skip to content
Snippets Groups Projects
Commit c25922f5 authored by Felip Manyer i Ballester's avatar Felip Manyer i Ballester
Browse files

Added Francesco as author + run tests on commit (GitLab CI)

parent e29718cb
Branches
Tags
No related merge requests found
Pipeline #144 failed
image: alpine
before_script:
- apk update
- apk add doxygen
- apk add bash curl php7
- curl -s https://getcomposer.org/installer | php
- alias composer='php composer.phar'
unit_test:
stage: test
script:
- composer install
- composer test
pages:
when: always
only:
- master
script:
- apk update && apk add doxygen
- doxygen
- mv docs/html/ public/
- rmdir docs
......
......@@ -7,11 +7,17 @@
"type": "library",
"license": "GPL-3.0-or-later",
"homepage": "https://gitlab.res-telae.cat/restelae/php-gbif",
"authors": [{
"authors": [
{
"name": "Felip Manyer i Ballester",
"email": "contact@res-telae.cat",
"homepage": "https://www.res-telae.cat"
}],
},
{
"name": "Francesco Abeni",
"homepage": "https://www.linkedin.com/in/francescoabeni/"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment