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

Fix yml

parent a103c22d
No related branches found
No related tags found
No related merge requests found
Pipeline #125 failed
image: debian:stable
before_script: apt-get update && apt-get install -y php-cli build-essential make && make dependencies
before_script:
- apt-get update && apt-get install -y php-cli build-essential make && make dependencies
sytax:
syntax:
stage: test
script: perl -c src/tetras-back && perl -c src/configuration.pl && for f in src/www/*.php; do php -l $f; done
script:
- perl -c src/tetras-back && perl -c src/configuration.pl && 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