|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
image: php:8.2
|
|
|
2 |
|
|
|
3 |
before_script:
|
|
|
4 |
- apt-get update -yqq
|
|
|
5 |
- apt install git zip -yqq
|
|
|
6 |
- curl --location --output /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
|
|
7 |
- chmod +x /usr/local/bin/composer
|
|
|
8 |
|
|
|
9 |
test:
|
|
|
10 |
script:
|
|
|
11 |
- composer install
|
|
|
12 |
- ./vendor/phpunit/phpunit/phpunit src/tests --bootstrap vendor/autoload.php
|