mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-15 13:31:15 +00:00
17 lines
453 B
YAML
17 lines
453 B
YAML
---
|
|
|
|
check: regex-grep --version | grep -E '[0-9][.0-9]+' || (regex-grep --version; false)
|
|
|
|
all:
|
|
type: custom
|
|
command: |
|
|
git clone https://github.com/cytopia/awesome-ci.git /tmp/awesome-ci \
|
|
&& cd /tmp/awesome-ci \
|
|
&& git checkout $(git describe --abbrev=0 --tags) \
|
|
&& ./configure --prefix=/usr/local \
|
|
&& make install \
|
|
&& cd / \
|
|
&& rm -rf /tmp/awesome-ci \
|
|
# moreutils: isutf8
|
|
run_dep: [dos2unix, file, moreutils]
|