summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/builder.json
blob: 2c6f0be8e83c76c43177fb3db23f8499dbfe8732 (plain)
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
{
    "name": "aws-crt-php",
    "hosts": {
        "ubuntu": {
            "pkg_setup": [
                "add-apt-repository -y ppa:ondrej/php"
            ],
            "packages": [
                "autotools-dev",
                "autoconf",
                "libtool",
                "clang",
                "php5.6-dev"
            ]
        },
        "al2": {
            "packages": [
                "autoconf",
                "automake",
                "libtool",
                "clang",
                "php-devel"
            ]
        }
    },
    "build_steps": [
        ["phpize"],
        ["./configure"],
        ["make"]
    ],
    "test_env": {
        "NO_INTERACTION": "1"
    },
    "test_steps": [
        ["./run_tests"]
    ]
}