Skip to content

Commit f78589f

Browse files
authored
Update .gitlab-ci.yml
1 parent 8605109 commit f78589f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
WSC CI:
1+
WSC:
22
script:
3-
- git ls-files | xargs wc -l
4-
- find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file
5-
- git clone --branch=next --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
6-
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" . --ignore="/WCF/*" --ignore="/files/lib/system/api/phpqrcode/*"
3+
- git ls-files | xargs wc -l
4+
- find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file
5+
- git clone --branch=5.3 --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
6+
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" . --ignore="/WCF/*"

0 commit comments

Comments
 (0)