Skip to main content
Sign in
Snippets Groups Projects
Commit 3c2a70bf authored by Felip Manyer i Ballester's avatar Felip Manyer i Ballester
Browse files

Fixed CI

parent ea5621b5
Branches
Tags
No related merge requests found
Pipeline #146 failed
image: alpine
before_script:
unit_test:
stage: test
script:
- apk update
- apk add doxygen
- apk add bash curl php7 php7-json php7-phar php7-mbstring php7-openssl
- curl -s https://getcomposer.org/installer | php
- alias composer='php composer.phar'
unit_test:
stage: test
script:
- composer install
- composer test
......@@ -18,6 +15,7 @@ pages:
only:
- master
script:
- apk update && apk add doxygen
- doxygen
- mv docs/html/ public/
- rmdir docs
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment