summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/builder.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-crt-php/builder.json
initial
Diffstat (limited to 'vendor/aws/aws-crt-php/builder.json')
-rw-r--r--vendor/aws/aws-crt-php/builder.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/vendor/aws/aws-crt-php/builder.json b/vendor/aws/aws-crt-php/builder.json
new file mode 100644
index 0000000..2c6f0be
--- /dev/null
+++ b/vendor/aws/aws-crt-php/builder.json
@@ -0,0 +1,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"]
+ ]
+}