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

Avoid multiple steps

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