Skip to content
Snippets Groups Projects
Verified Commit 91c03e4a authored by David Beniamine's avatar David Beniamine
Browse files

Gitlab ci

parent 1e06f8f3
No related branches found
No related tags found
No related merge requests found
Pipeline #120 failed
image: debian:stable
deps:
stage: build
script: make dependencies && apt-get install -y php-cli
perl:
stage: test
script: perl -c src/tetras-back && perl -c src/configuration.pl
php:
stage: test
script: for f in src/www/*.php; do php -l $f; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment