forked from devilbox/docker-php-fpm
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstall.yml
55 lines (46 loc) · 1.35 KB
/
install.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
# Available Jinja2 variables:
# ---------------------------
# * {{ php_all_versions }}: Array of all PHP versions
all:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: |
--depth=1 --single-branch --branch=$(git ls-remote --tags https://github.com/phalcon/cphalcon \
| sed 's/^.*tags\///g' \
| grep -E '^v[.0-9]+$' \
| tr '-' '~' | sort -V | tail -1 \
) \
command: cd build && ./install
build_dep: [libpcre3-dev, re2c]
run_dep: []
7.4:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: --depth=1 --single-branch --branch=v5.4.0
command: cd build && ./install
7.3:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: --depth=1 --single-branch --branch=v4.1.2
command: cd build && ./install
7.2:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: --depth=1 --single-branch --branch=v4.1.1
command: cd build && ./install
7.1:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: --depth=1 --single-branch --branch=v3.4.4
command: cd build && ./install
7.0:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: --depth=1 --single-branch --branch=v3.4.4
command: cd build && ./install
5.6:
type: git
git_url: https://github.com/phalcon/cphalcon
flags: --depth=1 --single-branch --branch=v3.4.4
command: cd build && ./install