File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ services:
5757 - redis-server
5858 - mysql
5959
60+ before_install :
61+ - ' ! grep -n -P '' (?<=.{80}).+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Found C source lines exceeding 80 columns." > /dev/stderr; exit 1)'
62+ - ' ! grep -n -P '' \t+'' --color `find src -name '' *.c'' ` `find . -name '' *.h'' ` || (echo "ERROR: Cannot use tabs." > /dev/stderr; exit 1)'
63+
6064install :
6165 - if [ ! -f download-cache/drizzle7-$DRIZZLE_VER.tar.gz ]; then wget -P download-cache http://openresty.org/download/drizzle7-$DRIZZLE_VER.tar.gz; fi
6266 - if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi
You can’t perform that action at this time.
0 commit comments