File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 13
13
description : ' PHP versions to build'
14
14
required : false
15
15
arch-list :
16
+ type : choice
17
+ options : ['x64', 'x86', 'x64, x86']
16
18
description : ' Architectures to build'
17
19
required : false
18
20
default : ' x64, x86'
19
21
ts-list :
22
+ type : choice
23
+ options : ['nts', 'ts', 'nts, ts']
20
24
description : ' Thread safety to build'
21
25
required : false
22
26
default : ' nts, ts'
27
31
description : ' Libraries'
28
32
required : false
29
33
run-tests :
34
+ type : choice
35
+ options : ['true', 'false']
30
36
description : ' Run tests after building the extension'
31
37
required : false
32
38
default : ' false'
Original file line number Diff line number Diff line change 13
13
description : ' PHP versions to build'
14
14
required : false
15
15
arch-list :
16
+ type : choice
17
+ options : ['x64', 'x86', 'x64, x86']
16
18
description : ' Architectures to build'
17
19
required : false
18
20
default : ' x64, x86'
19
21
ts-list :
22
+ type : choice
23
+ options : ['nts', 'ts', 'nts, ts']
20
24
description : ' Thread safety to build'
21
25
required : false
22
26
default : ' nts, ts'
27
31
description : ' Libraries'
28
32
required : false
29
33
run-tests :
34
+ type : choice
35
+ options : ['true', 'false']
30
36
description : ' Run tests after building the extension'
31
37
required : false
32
38
default : ' false'
You can’t perform that action at this time.
0 commit comments