2022-06-02 04:37:20 +00:00
|
|
|
pipeline:
|
|
|
|
test:
|
2022-06-02 04:48:35 +00:00
|
|
|
image: debian:bullseye
|
2022-06-02 04:37:20 +00:00
|
|
|
commands:
|
2022-06-02 04:48:35 +00:00
|
|
|
- apt-get update && apt-get install -y git make php-cli php-zip unzip p7zip-full
|
2022-06-02 04:37:20 +00:00
|
|
|
- make test
|